From b2a8fb35a09a570ea4aeece1ce9cb3201e4efc03 Mon Sep 17 00:00:00 2001 From: Dev 2049 Date: Mon, 24 Apr 2023 10:41:56 -0700 Subject: [PATCH] nit --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.