A RAG (Retrieval-Augmented Generation) powered chatbot that answers your questions based on your custom knowledge base using HuggingFace models and FAISS vector search — all wrapped in a friendly Streamlit interface.
Live Link: https://98czftepcm5knsgki8gtso.streamlit.app/
- Streamlit chat UI
- HuggingFace Transformer models (via
HuggingFaceEndpoint
) - FAISS vector store for context retrieval
- RetrievalQA with custom prompt templating
- Persistent chat history in session state
- LangChain
- Streamlit
- HuggingFace Transformers
- FAISS
- dotenv for environment variable management
git clone https://github.com/SHAJAR5110/Dr.-Ai.git
cd Dr.-Ai