From 03085d6447a9bfc6ba92ffa907123aa4fe1925d9 Mon Sep 17 00:00:00 2001 From: Dev 2049 Date: Mon, 24 Apr 2023 10:40:28 -0700 Subject: [PATCH] add --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 04e3abcb9df..5f56c03c0ec 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,6 +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 The LangChain framework is designed with the above principles in mind.