From be48741308f3e101336a8c36c8cda153f144f2bb Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 20 Nov 2023 07:35:07 -0800 Subject: [PATCH] README: link to LangChainGo for talking to ollama, with an example (#1206) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e94a418..aa51eb07 100644 --- a/README.md +++ b/README.md @@ -239,6 +239,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/modules/model_io/models/llms/integrations/ollama) with [example](https://js.langchain.com/docs/use_cases/question_answering/local_retrieval_qa) +- [LangChainGo](https://github.com/tmc/langchaingo/) with [example](https://github.com/tmc/langchaingo/tree/main/examples/ollama-completion-example) - [LlamaIndex](https://gpt-index.readthedocs.io/en/stable/examples/llm/ollama.html) - [LiteLLM](https://github.com/BerriAI/litellm) - [OllamaSharp for .NET](https://github.com/awaescher/OllamaSharp)