From 5656702b8dea5b008d8026b30274b23f23bdc041 Mon Sep 17 00:00:00 2001 From: ccurme Date: Tue, 17 Dec 2024 13:51:01 -0500 Subject: [PATCH] docs: fix readme link (#28770) SQL Llama2 Template -> LangChain Extract --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd8643d4b0a..efaba73deaf 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ For these applications, LangChain simplifies the entire application lifecycle: **🧱 Extracting structured output** - [Documentation](https://python.langchain.com/docs/tutorials/extraction/) -- End-to-end Example: [SQL Llama2 Template](https://github.com/langchain-ai/langchain-extract/) +- End-to-end Example: [LangChain Extract](https://github.com/langchain-ai/langchain-extract/) **🤖 Chatbots**