LangChain
Overview
Consists of 3 components:
- Components:
- LLM Wrappers
- Prompt Templates
- Indexes for information Retrieval
- Chains: Assemble Components to solve a specific task
- Agents: allows LLMs To interact with it's environment
Installation
- Use Pycharm as your preferred IDE since it makes things easier and user friendly
- Create a new project in Pycharm which looks as follows:
