Compare commits

...

2 Commits

Author SHA1 Message Date
Dev 2049
b2a8fb35a0 nit 2023-04-24 10:41:56 -07:00
Dev 2049
03085d6447 add 2023-04-24 10:40:28 -07:00

View File

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