LangChainAI, is a framework (python library, and also javascript), for developing application powered by llm.
- Be data-aware: connect a language model to other sources of data
- Be agentic: Allow a language model to interact with its environment
Value props of LangChainAI:
- components:
- schema
- models
- prompts
- indexes
- memory
- chains
- agents
- use-case specific chains.
- personal assistants
- question answering over docs
- chatbots
- querying tabular data
- interacting with APIs
- extraction
- evaluation
- summerization
- A good Discussion about LangChain et. al by Erik Meijer.