Skip to content

Commit 314f49f

Browse files
authored
docs: update readme (#95)
1 parent dafa811 commit 314f49f

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
This repository contains 1 package with community-maintained LangChain integrations:
44

55
- [langchain-community](https://pypi.org/project/langchain-community/)
6+
7+
> [!NOTE]
8+
> Contributing a new integration? LangChain has published a
9+
[guide](https://python.langchain.com/docs/contributing/how_to/integrations/) on
10+
implementing new `langchain-*` [integration packages](https://python.langchain.com/docs/concepts/architecture/#integration-packages)
11+
and is recommending this in most cases to help decouple versioning and support
12+
varied testing infrastructures. See [docs](https://python.langchain.com/docs/contributing/how_to/integrations/)
13+
for details.

libs/community/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ All changes will be accompanied by a patch version increase.
2828
As an open-source project in a rapidly developing field, we are extremely open to contributions, whether it be in the form of a new feature, improved infrastructure, or better documentation.
2929

3030
For detailed information on how to contribute, see the [Contributing Guide](https://python.langchain.com/docs/contributing/).
31+
32+
> [!NOTE]
33+
> Contributing a new integration? LangChain has published a
34+
[guide](https://python.langchain.com/docs/contributing/how_to/integrations/) on
35+
implementing new `langchain-*` [integration packages](https://python.langchain.com/docs/concepts/architecture/#integration-packages)
36+
and is recommending this in most cases to help decouple versioning and support
37+
varied testing infrastructures. See [docs](https://python.langchain.com/docs/contributing/how_to/integrations/)
38+
for details.

0 commit comments

Comments
 (0)