diff --git a/docs/static/img/langchain_stack.png b/docs/static/img/langchain_stack.png index 9e362628d15..48c2772cbce 100644 Binary files a/docs/static/img/langchain_stack.png and b/docs/static/img/langchain_stack.png differ diff --git a/libs/community/README.md b/libs/community/README.md index 2e718f6b812..c1116994d9e 100644 --- a/libs/community/README.md +++ b/libs/community/README.md @@ -15,7 +15,7 @@ LangChain Community contains third-party integrations that implement the base in For full documentation see the [API reference](https://api.python.langchain.com/en/stable/community_api_reference.html). -![LangChain Stack](docs/static/img/langchain_stack.png) +![LangChain Stack](../../docs/static/img/langchain_stack.png) ## 📕 Releases & Versioning @@ -27,4 +27,4 @@ All changes will be accompanied by a patch version increase. 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. -For detailed information on how to contribute, see [here](.github/CONTRIBUTING.md).# langchain-community \ No newline at end of file +For detailed information on how to contribute, see [here](../../.github/CONTRIBUTING.md). \ No newline at end of file diff --git a/libs/core/README.md b/libs/core/README.md index 4da77665fa9..d7026461a81 100644 --- a/libs/core/README.md +++ b/libs/core/README.md @@ -32,7 +32,7 @@ Rather than having to write multiple implementations for all of those, LCEL allo For more check out the [LCEL docs](https://python.langchain.com/docs/expression_language/). -![LangChain Stack](docs/static/img/langchain_stack.png) +![LangChain Stack](../../docs/static/img/langchain_stack.png) ## 📕 Releases & Versioning @@ -55,4 +55,4 @@ Patch version increases will occur for: 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. -For detailed information on how to contribute, see [here](.github/CONTRIBUTING.md). \ No newline at end of file +For detailed information on how to contribute, see [here](../../.github/CONTRIBUTING.md). \ No newline at end of file