From e0a2f46466e10a6f9ae44ca2c176c197a31d54ad Mon Sep 17 00:00:00 2001 From: Michael Edoror Date: Tue, 20 Feb 2024 13:03:02 -0600 Subject: [PATCH] Update README.md to include Elixir LangChain Library (#2180) The Elixir LangChain Library now supports Ollama Chat with this [PR](https://github.com/brainlid/langchain/pull/70) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8a5d742f..529fef24 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [LangChainDart](https://github.com/davidmigloz/langchain_dart) - [Semantic Kernel - Python](https://github.com/microsoft/semantic-kernel/tree/main/python/semantic_kernel/connectors/ai/ollama) - [Haystack](https://github.com/deepset-ai/haystack-integrations/blob/main/integrations/ollama.md) +- [Elixir LangChain](https://github.com/brainlid/langchain) - [Ollama for R - rollama](https://github.com/JBGruber/rollama) - [Ollama-ex for Elixir](https://github.com/lebrunel/ollama-ex)