Minimal RAG (retrieval-augmented generation) demo in Python using the Atlas API for semantic search and GPT4All for local LLM generation. UI made with gradio.
atlas_gpt4all_rag_demo.mp4
- Clone this repository
- Install the requirements
pip install -r requirements.txt
- Set your Nomic API key (which you can get by creating a free Nomic account here):
export NOMIC_API_KEY='your-nomic-api-key-here'
- Run the application:
python main.py