A Retrieval-Augmented Generation (RAG) chatbot built with FastAPI (backend API) and Streamlit (frontend UI).
This chatbot allows you to upload documents, process them into embeddings, and ask questions to get accurate, context-aware answers.
- π Upload PDF/DOCX/Text documents
- π Vector-based document retrieval using embeddings
- π¬ Chat with your documents in real time
- β‘ FastAPI backend for serving the RAG pipeline
- π¨ Streamlit frontend for interactive UI
- Python 3.10+
- FastAPI β Backend REST API
- Streamlit β Frontend UI
- LangChain / Chroma β Vector DB for retrieval
- OpenAI β LLM for response generation
- Start FastAPI server
- Open Streamlit app
- Upload a document (PDF/DOCX/TXT)
- Ask questions about the uploaded doc
- Get contextual answers from your LLM π