RAG Chat

Retrieval-augmented chat over text you paste in — embedded, chunked, and retrieved per question.

Knowledge source

Paste text to index

Chunks retrieved last query
0

Uses an in-memory vector store by default (see lib/vector-store.ts). Swap in Pinecone/Supabase for persistence across restarts.

RAG Chat

Answers are grounded in your indexed text only

Index a document, then ask about it

Paste text on the left, queue it, then ask a question here.