From ede45f535e4459bf508563d4eb2f9ae65670e810 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 29 Aug 2023 11:50:07 -0700 Subject: [PATCH] fix intro docs (#9950) --- docs/docs_skeleton/docs/get_started/introduction.mdx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/docs_skeleton/docs/get_started/introduction.mdx b/docs/docs_skeleton/docs/get_started/introduction.mdx index 03193cdf17..e1af50a12b 100644 --- a/docs/docs_skeleton/docs/get_started/introduction.mdx +++ b/docs/docs_skeleton/docs/get_started/introduction.mdx @@ -42,9 +42,9 @@ Log and stream intermediate steps of any chain ## Examples, ecosystem, and resources ### [Use cases](/docs/use_cases/) Walkthroughs and best-practices for common end-to-end use cases, like: -- [Chatbots](/docs/use_cases/chatbots/) +- [Chatbots](/docs/use_cases/chatbots) - [Answering questions using sources](/docs/use_cases/question_answering/) -- [Analyzing structured data](/docs/use_cases/tabular.html) +- [Analyzing structured data](/docs/use_cases/sql) - and much more... ### [Guides](/docs/guides/) @@ -56,9 +56,8 @@ LangChain is part of a rich ecosystem of tools that integrate with our framework ### [Additional resources](/docs/additional_resources/) Our community is full of prolific developers, creative builders, and fantastic teachers. Check out [YouTube tutorials](/docs/additional_resources/youtube.html) for great tutorials from folks in the community, and [Gallery](https://github.com/kyrolabs/awesome-langchain) for a list of awesome LangChain projects, compiled by the folks at [KyroLabs](https://kyrolabs.com). -

Support

- -Join us on [GitHub](https://github.com/hwchase17/langchain) or [Discord](https://discord.gg/6adMQxSpJS) to ask questions, share feedback, meet other developers building with LangChain, and dream about the future of LLM’s. +### [Community](/docs/community) +Head to the [Community navigator](/docs/community) to find places to ask questions, share feedback, meet other developers, and dream about the future of LLM’s. ## API reference