Readora — Chat With Your PDF 📄💬

Upload a PDF and ask grounded, citation-style questions. Readora is a retrieval-augmented assistant built on Gemini embeddings, Pinecone vector search, and the Gemini Flash chat model.

How it works

  • PDF is parsed and chunked (1000-char windows, 200 overlap).
  • Chunks are embedded via Gemini gemini-embedding-001(768-d) and indexed in Pinecone.
  • Your query retrieves top-K matches, fed as grounded context to Gemini Flash.