๐Ÿ“„ RAG Document Q&A Assistant

Upload a document (PDF or TXT), choose a chunking strategy, and ask questions!

How it works:

  1. Your document is split into chunks using the selected strategy
  2. Chunks are embedded using Sentence Transformers (all-MiniLM-L6-v2)
  3. When you ask a question, relevant chunks are retrieved using semantic search
  4. GPT-4o-mini generates an answer based on the retrieved context

๐Ÿ“ค Step 1: Upload Document

Chunking Strategy

๐Ÿ’ฌ Step 2: Ask Questions


๐Ÿ“š References:

Built as part of an AI/ML Engineering portfolio project.