Interactive Demo

Try the RAG System

Paste any text below and ingest it, then ask questions about it. The AI answers using only the text you provided — no internet, no training data.

Requires Ollama (localhost:11434) and ChromaDB (localhost:8000). Setup guide →

1

Ingest a document

~100 characters minimum recommended.

2

Ask a question

Ctrl+Enter to submit

Troubleshooting

  • Connection errors — make sure Ollama is running (ollama serve) and ChromaDB is up.
  • Model not found — run ollama pull nomic-embed-text and ollama pull llama3.
  • Slow first response — Ollama loads the model into memory on the first request; subsequent ones are faster.