Skip to content

Commit a363ab5

Browse files
authored
rename repo namespace to langchain-ai (#11259)
### Description renamed several repository links from `hwchase17` to `langchain-ai`. ### Why I discovered that the README file in the devcontainer contains an old repository name, so I took the opportunity to rename the old repository name in all files within the repository, excluding those that do not require changes. ### Dependencies none ### Tag maintainer @baskaryan ### Twitter handle [kzk_maeda](https://twitter.com/kzk_maeda)
1 parent 17cdeb7 commit a363ab5

File tree

30 files changed

+49
-49
lines changed

30 files changed

+49
-49
lines changed

.devcontainer/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This project includes a [dev container](https://containers.dev/), which lets you
55
You can use the dev container configuration in this folder to build and run the app without needing to install any of its tools locally! You can use it in [GitHub Codespaces](https://github.com/features/codespaces) or the [VS Code Dev Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
66

77
## GitHub Codespaces
8-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/hwchase17/langchain)
8+
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/langchain-ai/langchain)
99

1010
You may use the button above, or follow these steps to open this repo in a Codespace:
11-
1. Click the **Code** drop-down menu at the top of https://github.com/hwchase17/langchain.
11+
1. Click the **Code** drop-down menu at the top of https://github.com/langchain-ai/langchain.
1212
1. Click on the **Codespaces** tab.
1313
1. Click **Create codespace on master** .
1414

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ best way to get our attention.
3232

3333
### 🚩GitHub Issues
3434

35-
Our [issues](https://github.com/hwchase17/langchain/issues) page is kept up to date
35+
Our [issues](https://github.com/langchain-ai/langchain/issues) page is kept up to date
3636
with bugs, improvements, and feature requests.
3737

3838
There is a taxonomy of labels to help with sorting and discovery of issues of interest. Please use these to help
@@ -60,7 +60,7 @@ we do not want these to get in the way of getting good code into the codebase.
6060
## 🚀 Quick Start
6161

6262
This quick start describes running the repository locally.
63-
For a [development container](https://containers.dev/), see the [.devcontainer folder](https://github.com/hwchase17/langchain/tree/master/.devcontainer).
63+
For a [development container](https://containers.dev/), see the [.devcontainer folder](https://github.com/langchain-ai/langchain/tree/master/.devcontainer).
6464

6565
### Dependency Management: Poetry and other env/dependency managers
6666

.github/ISSUE_TEMPLATE/feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ body:
2727
attributes:
2828
label: Your contribution
2929
description: |
30-
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD [readme](https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md)
30+
Is there any way that you could help, e.g. by submitting a PR? Make sure to read the CONTRIBUTING.MD [readme](https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Replace this entire comment with:
1010
Please make sure your PR is passing linting and testing before submitting. Run `make format`, `make lint` and `make test` to check this locally.
1111
1212
See contribution guidelines for more information on how to write/run tests, lint, etc:
13-
https://github.com/hwchase17/langchain/blob/master/.github/CONTRIBUTING.md
13+
https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md
1414
1515
If you're adding a new integration, please include:
1616
1. a test for the integration, preferably unit tests that do not rely on network access,

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors:
55
given-names: "Harrison"
66
title: "LangChain"
77
date-released: 2022-10-17
8-
url: "https://github.com/hwchase17/langchain"
8+
url: "https://github.com/langchain-ai/langchain"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[![Open Issues](https://img.shields.io/github/issues-raw/langchain-ai/langchain)](https://github.com/langchain-ai/langchain/issues)
1717

1818

19-
Looking for the JS/TS version? Check out [LangChain.js](https://github.com/hwchase17/langchainjs).
19+
Looking for the JS/TS version? Check out [LangChain.js](https://github.com/langchain-ai/langchainjs).
2020

2121
**Production Support:** As you move your LangChains into production, we'd love to offer more hands-on support.
2222
Fill out [this form](https://airtable.com/appwQzlErAS2qiP0L/shrGtGaVBVAz7NcV2) to share more about what you're building, and our team will get in touch.
@@ -26,7 +26,7 @@ Fill out [this form](https://airtable.com/appwQzlErAS2qiP0L/shrGtGaVBVAz7NcV2) t
2626
In an effort to make `langchain` leaner and safer, we are moving select chains to `langchain_experimental`.
2727
This migration has already started, but we are remaining backwards compatible until 7/28.
2828
On that date, we will remove functionality from `langchain`.
29-
Read more about the motivation and the progress [here](https://github.com/hwchase17/langchain/discussions/8043).
29+
Read more about the motivation and the progress [here](https://github.com/langchain-ai/langchain/discussions/8043).
3030
Read how to migrate your code [here](MIGRATE.md).
3131

3232
## Quick Install
@@ -49,7 +49,7 @@ This library aims to assist in the development of those types of applications. C
4949
**💬 Chatbots**
5050

5151
- [Documentation](https://python.langchain.com/docs/use_cases/chatbots/)
52-
- End-to-end Example: [Chat-LangChain](https://github.com/hwchase17/chat-langchain)
52+
- End-to-end Example: [Chat-LangChain](https://github.com/langchain-ai/chat-langchain)
5353

5454
**🤖 Agents**
5555

docs/docs_skeleton/docs/get_started/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Off-the-shelf chains make it easy to get started. For complex applications, comp
2020

2121
We recommend following our [Quickstart](/docs/get_started/quickstart) guide to familiarize yourself with the framework by building your first LangChain application.
2222

23-
_**Note**: These docs are for the LangChain [Python package](https://github.com/hwchase17/langchain). For documentation on [LangChain.js](https://github.com/hwchase17/langchainjs), the JS/TS version, [head here](https://js.langchain.com/docs)._
23+
_**Note**: These docs are for the LangChain [Python package](https://github.com/langchain-ai/langchain). For documentation on [LangChain.js](https://github.com/langchain-ai/langchainjs), the JS/TS version, [head here](https://js.langchain.com/docs)._
2424

2525
## Modules
2626

docs/docs_skeleton/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const config = {
196196
},
197197
// Please keep GitHub link to the right for consistency.
198198
{
199-
href: "https://github.com/hwchase17/langchain",
199+
href: "https://github.com/langchain-ai/langchain",
200200
position: "right",
201201
className: "header-github-link",
202202
"aria-label": "GitHub repository",
@@ -224,11 +224,11 @@ const config = {
224224
items: [
225225
{
226226
label: "Python",
227-
href: "https://github.com/hwchase17/langchain",
227+
href: "https://github.com/langchain-ai/langchain",
228228
},
229229
{
230230
label: "JS/TS",
231-
href: "https://github.com/hwchase17/langchainjs",
231+
href: "https://github.com/langchain-ai/langchainjs",
232232
},
233233
],
234234
},

docs/extras/additional_resources/dependents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Dependents stats for `langchain-ai/langchain`
3939
|[go-skynet/LocalAI](https://github.com/go-skynet/LocalAI) | 9955 |
4040
|[AIGC-Audio/AudioGPT](https://github.com/AIGC-Audio/AudioGPT) | 9081 |
4141
|[gventuri/pandas-ai](https://github.com/gventuri/pandas-ai) | 8201 |
42-
|[hwchase17/langchainjs](https://github.com/hwchase17/langchainjs) | 7754 |
42+
|[langchain-ai/langchainjs](https://github.com/langchain-ai/langchainjs) | 7754 |
4343
|[langgenius/dify](https://github.com/langgenius/dify) | 7348 |
4444
|[PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream) | 6950 |
4545
|[h2oai/h2ogpt](https://github.com/h2oai/h2ogpt) | 6858 |

docs/extras/integrations/document_loaders/git.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"from git import Repo\n",
4141
"\n",
4242
"repo = Repo.clone_from(\n",
43-
" \"https://github.com/hwchase17/langchain\", to_path=\"./example_data/test_repo1\"\n",
43+
" \"https://github.com/langchain-ai/langchain\", to_path=\"./example_data/test_repo1\"\n",
4444
")\n",
4545
"branch = repo.head.reference"
4646
]
@@ -123,7 +123,7 @@
123123
"outputs": [],
124124
"source": [
125125
"loader = GitLoader(\n",
126-
" clone_url=\"https://github.com/hwchase17/langchain\",\n",
126+
" clone_url=\"https://github.com/langchain-ai/langchain\",\n",
127127
" repo_path=\"./example_data/test_repo2/\",\n",
128128
" branch=\"master\",\n",
129129
")"

0 commit comments

Comments
 (0)