Ask questions about any PDF or document - powered by RAG (Retrieval-Augmented Generation)
Status: π§ In active development
Upload any document (PDF, TXT) β Ask natural language questions β Get accurate, source-grounded answers powered by an LLM.
This is not a generic chatbot. It only answers based on what's in your documents β no hallucination.
User Query β Embedding β FAISS Vector Search β Retrieved Chunks β LLM (GPT/Claude) β Answer
- LangChain β orchestration layer
- FAISS β vector similarity search
- FastAPI β REST API backend
- OpenAI / Anthropic β LLM for answer generation
- Python 3.11+
- Project architecture planned
- PDF ingestion & chunking
- Embedding pipeline
- FAISS vector store
- FastAPI endpoints
- Frontend (Streamlit)
- Deployment (Hugging Face Spaces / Railway)