Skip to content

Minimal demo RAG application using Nomic Atlas for retrieval

Notifications You must be signed in to change notification settings

nomic-ai/rag_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Minimal demo RAG application using Nomic Atlas for retrieval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages