mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 15:19:33 +00:00
docs: discourage unconfirmed partner packages (#24099)
This commit is contained in:
parent
71c2221f8c
commit
1de1182a9f
@ -11,7 +11,7 @@ There are a few different places you can contribute integrations for LangChain:
|
|||||||
- **Community**: For lighter-weight integrations that are primarily maintained by LangChain and the Open Source Community.
|
- **Community**: For lighter-weight integrations that are primarily maintained by LangChain and the Open Source Community.
|
||||||
- **Partner Packages**: For independent packages that are co-maintained by LangChain and a partner.
|
- **Partner Packages**: For independent packages that are co-maintained by LangChain and a partner.
|
||||||
|
|
||||||
For the most part, new integrations should be added to the Community package. Partner packages require more maintenance as separate packages, so please confirm with the LangChain team before creating a new partner package.
|
For the most part, **new integrations should be added to the Community package**. Partner packages require more maintenance as separate packages, so please confirm with the LangChain team before creating a new partner package.
|
||||||
|
|
||||||
In the following sections, we'll walk through how to contribute to each of these packages from a fake company, `Parrot Link AI`.
|
In the following sections, we'll walk through how to contribute to each of these packages from a fake company, `Parrot Link AI`.
|
||||||
|
|
||||||
@ -60,6 +60,10 @@ And add documentation to:
|
|||||||
|
|
||||||
## Partner package in LangChain repo
|
## Partner package in LangChain repo
|
||||||
|
|
||||||
|
:::caution
|
||||||
|
Before starting a **partner** package, please confirm your intent with the LangChain team. Partner packages require more maintenance as separate packages, so we will close PRs that add new partner packages without prior discussion. See the above section for how to add a community integration.
|
||||||
|
:::
|
||||||
|
|
||||||
Partner packages can be hosted in the `LangChain` monorepo or in an external repo.
|
Partner packages can be hosted in the `LangChain` monorepo or in an external repo.
|
||||||
|
|
||||||
Partner package in the `LangChain` repo is placed in `libs/partners/{partner}`
|
Partner package in the `LangChain` repo is placed in `libs/partners/{partner}`
|
||||||
|
Loading…
Reference in New Issue
Block a user