From 57fb759f3cb0716eeed5b59b047a7e141d1659d2 Mon Sep 17 00:00:00 2001 From: Harsh Nevse <110392719+HarshNevse@users.noreply.github.com> Date: Fri, 2 May 2025 11:38:51 +0530 Subject: [PATCH] readme: update link to langchain in community integrations (#10465) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 077b1646f..9daa5be0f 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ See the [API documentation](./docs/api.md) for all endpoints. ### Libraries -- [LangChain](https://python.langchain.com/docs/integrations/llms/ollama) and [LangChain.js](https://js.langchain.com/docs/integrations/chat/ollama/) with [example](https://js.langchain.com/docs/tutorials/local_rag/) +- [LangChain](https://python.langchain.com/docs/integrations/chat/ollama/) and [LangChain.js](https://js.langchain.com/docs/integrations/chat/ollama/) with [example](https://js.langchain.com/docs/tutorials/local_rag/) - [Firebase Genkit](https://firebase.google.com/docs/genkit/plugins/ollama) - [crewAI](https://github.com/crewAIInc/crewAI) - [Yacana](https://remembersoftwares.github.io/yacana/) (User-friendly multi-agent framework for brainstorming and executing predetermined flows with built-in tool integration)