From 53b05302752729bb40601626e00b3da62b7fba62 Mon Sep 17 00:00:00 2001 From: Mikhail Khludnev Date: Sun, 21 Dec 2025 23:02:14 +0300 Subject: [PATCH] docs: Add `langchain-localai` integration package to documentation (#7677) Add `langchain-localai` integration package to documentation Signed-off-by: Mikhail Khludnev --- docs/content/integrations.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/integrations.md b/docs/content/integrations.md index aaf3a2510..1f2b6301f 100644 --- a/docs/content/integrations.md +++ b/docs/content/integrations.md @@ -31,5 +31,6 @@ The list below is a list of software that integrates with LocalAI. - [LLPhant](https://github.com/theodo-group/LLPhant) is a PHP library for interacting with LLMs and Vector Databases - [GPTLocalhost (Word Add-in)](https://gptlocalhost.com/demo#LocalAI) - run LocalAI in Microsoft Word locally - use LocalAI from Nextcloud with the [integration plugin](https://apps.nextcloud.com/apps/integration_openai) and [AI assistant](https://apps.nextcloud.com/apps/assistant) +- [Langchain](https://docs.langchain.com/oss/python/integrations/providers/localai) integration package [pypi](https://pypi.org/project/langchain-localai/) Feel free to open up a Pull request (by clicking at the "Edit page" below) to get a page for your project made or if you see a error on one of the pages!