From fec4ab93c5e384f3530c29c670c693a76c26522e Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 1 May 2023 23:21:07 +0200 Subject: [PATCH] docs: Add langchain to the example index (#147) Signed-off-by: mudler --- examples/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/README.md b/examples/README.md index a86c196..0af9966 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,6 +6,7 @@ Here is a list of projects that can easily be integrated with the LocalAI backen - [chatbot-ui](https://github.com/go-skynet/LocalAI/tree/master/examples/chatbot-ui/) (by [@mkellerman](https://github.com/mkellerman)) - [discord-bot](https://github.com/go-skynet/LocalAI/tree/master/examples/discord-bot/) (by [@mudler](https://github.com/mudler)) +- [langchain](https://github.com/go-skynet/LocalAI/tree/master/examples/langchain/) (by [@dave-gray101](https://github.com/dave-gray101)) - [slack-bot](https://github.com/go-skynet/LocalAI/tree/master/examples/slack-bot/) (by [@mudler](https://github.com/mudler)) ## Want to contribute?