diff --git a/docs/index.rst b/docs/index.rst index 5f56c03c0ec..0c36c83b8f2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,7 +5,7 @@ LangChain is a framework for developing applications powered by language models. - *Be data-aware*: connect a language model to other sources of data - *Be agentic*: allow a language model to interact with its environment -- *Be stateful*: store and retrieve state in a manner that enables a language model to make increasingly complex decisions +- *Be stateful*: store and retrieve application state in a manner that enables a language model to make increasingly complex decisions The LangChain framework is designed with the above principles in mind.