From 2d156b323fdeb838354298d5c3c206bfe2e6e9d8 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Mon, 23 Oct 2023 22:24:25 -0400 Subject: [PATCH] Update README.md --- ai_research/LangChain/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_research/LangChain/README.md b/ai_research/LangChain/README.md index 4c2f078..6308ec4 100644 --- a/ai_research/LangChain/README.md +++ b/ai_research/LangChain/README.md @@ -4,7 +4,7 @@ This section includes several resources and examples of using LangChain. ## Langchain Smith and Cookbook - [Langchain Smith](https://smith.langchain.com/hub?organizationId=1efeb0d9-eab7-54d7-bfd6-22070d7756de): a unified developer platform for building, testing, and monitoring LLM applications. - [Chat Langchain](https://chat.langchain.com/): Ask me anything about LangChain's Python documentation! -- [Langchain Cookbook](https://github.com/langchain-ai/langchain/tree/master/cookbook) +- [Langchain Cookbook](https://github.com/langchain-ai/langchain/tree/master/cookbook): The cookbook examples, etc. ## LangChain Framework