Simple RAG Demo

Upload your own text file, ask a question, and answer from retrieved context.

1) Setup
No key? Create one at console.groq.com
Only .txt files for this beginner demo.
Loaded Documents
  • No documents loaded yet.
How this RAG works
  1. Split uploaded text into chunks.
  2. Find chunks matching words in your question.
  3. Send those chunks as context to Groq.
3) Ask a Question
Try: What does the document say about system design?
This demo uses basic keyword retrieval for learning.