diff --git a/docs/docs_skeleton/docs/get_started/introduction.mdx b/docs/docs_skeleton/docs/get_started/introduction.mdx index 23ec1b18f0c..1ab13d6e8c6 100644 --- a/docs/docs_skeleton/docs/get_started/introduction.mdx +++ b/docs/docs_skeleton/docs/get_started/introduction.mdx @@ -5,8 +5,8 @@ sidebar_position: 0 # Introduction **LangChain** is a framework for developing applications powered by language models. It enables applications that: -- **Are context-aware**: connect a language model to other sources of context (prompt instructions, few shot examples, content to ground it's response in) -- **Reason**: rely on a language model to reason (about how to answer based on provided context, what actions to take, etc) +- **Are context-aware**: connect a language model to sources of context (prompt instructions, few shot examples, content to ground its response in, etc.) +- **Reason**: rely on a language model to reason (about how to answer based on provided context, what actions to take, etc.) 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 rest of the LangChain framework or not