An intelligent application that allows users to upload and chat with multiple PDF documents simultaneously.
Ask questions in natural language and get accurate, context-aware answers directly from the uploaded PDFs.
- 📂 Upload multiple PDF files at once
- 💬 Ask questions across all PDFs together
- 🧠 Uses LLM + embeddings for semantic search
- ⚡ Fast and accurate responses
- 🔍 Context-aware answers (not just keyword search)
- 🖥️ Simple and clean UI
- Frontend: React
- Backend: Node.js / Python (update if needed)
- LLM: OpenAI / HuggingFace (configurable)
- Embeddings: Vector database (FAISS / Pinecone / Chroma)
- PDF Processing: LangChain / PyPDF