This repository demonstrates the use of LangChain with the open-source GPT4All models. It showcases key features such as Chains, Agents, and Memory, and provides examples for building interactive LLM-powered applications.
- Python 3.12 or higher
- Install dependencies (run command in console):
pip install -r requirements.txt
To run the example project, activate your python environment and run
python rag_example.py