Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 899 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 899 Bytes

Nomic RAG Demo

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

Running the demo

  1. Clone this repository
  2. Install the requirements
    pip install -r requirements.txt
  3. 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'
  4. Run the application:
    python main.py