From 48f6271fa692f33207e711b8a458eee4b4b2eca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Tolga=20Cang=C3=B6z?= <46008593+standardAI@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:37:35 +0300 Subject: [PATCH] Update introduction.mdx --- docs/docs_skeleton/docs/get_started/introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs_skeleton/docs/get_started/introduction.mdx b/docs/docs_skeleton/docs/get_started/introduction.mdx index 291241209fed93..8ac4fe85fac79d 100644 --- a/docs/docs_skeleton/docs/get_started/introduction.mdx +++ b/docs/docs_skeleton/docs/get_started/introduction.mdx @@ -9,7 +9,7 @@ sidebar_position: 0 - **Agentic**: allow a language model to interact with its environment The main value props of LangChain are: -1. **Components**: abstractions for working with language models, along with a collection of implementations for each abstraction. Components are modular and easy-to-use, whether you are using the using the rest of the LangChain framework or not +1. **Components**: abstractions for working with language models, along with a collection of implementations for each abstraction. Components are modular and easy-to-use, whether you are using the rest of the LangChain framework or not 2. **Off-the-shelf chains**: a structured assembly of components for accomplishing specific higher-level tasks Off-the-shelf chains make it easy to get started. For more complex applications and nuanced use-cases, components make it easy to customize existing chains or build new ones. @@ -62,4 +62,4 @@ Join us on [GitHub](https://github.com/hwchase17/langchain) or [Discord](https:/ ## API reference -Head to the [reference](https://api.python.langchain.com) section for full documentation of all classes and methods in the LangChain Python package. \ No newline at end of file +Head to the [reference](https://api.python.langchain.com) section for full documentation of all classes and methods in the LangChain Python package.