This commit is contained in:
Dev 2049
2023-04-24 10:41:56 -07:00
parent 03085d6447
commit b2a8fb35a0

View File

@@ -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.