mirror of
https://github.com/hwchase17/langchain
synced 2024-11-16 06:13:16 +00:00
docs: fix external repo partner docs (#20238)
This commit is contained in:
parent
0b2f0307d7
commit
ad3f1a9e85
@ -190,12 +190,9 @@ Maintainer steps (Contributors should **not** do these):
|
|||||||
|
|
||||||
## Partner package in external repo
|
## Partner package in external repo
|
||||||
|
|
||||||
If you are creating a partner package in an external repo, you should follow the same steps as above,
|
Partner packages in external repos must be coordinated between the LangChain team and
|
||||||
but you will need to set up your own CI/CD and package management.
|
the partner organization to ensure that they are maintained and updated.
|
||||||
|
|
||||||
Name your package as `langchain-{partner}-{integration}`.
|
If you're interested in creating a partner package in an external repo, please start
|
||||||
|
with one in the LangChain repo, and then reach out to the LangChain team to discuss
|
||||||
Still, you have to create the `libs/partners/{partner}-{integration}` folder in the `LangChain` monorepo
|
how to move it to an external repo.
|
||||||
and add a `README.md` file with a link to the external repo.
|
|
||||||
See this [example](https://github.com/langchain-ai/langchain/tree/master/libs/partners/google-genai).
|
|
||||||
This allows keeping track of all the partner packages in the `LangChain` documentation.
|
|
||||||
|
Loading…
Reference in New Issue
Block a user