A custom knowledge-based PDF query chatbot using RAG, a VectorDB, and the Mistral-7B-Instruct-v0.2 LLM. Built with Gradio for an interactive web interface.
Live Demo: https://huggingface.co/spaces/himel06/Haor_PDF_Chatbot
- Extracts knowledge from PDFs using Retrieval-Augmented Generation (RAG).
- Stores embeddings in a VectorDB (e.g.Chromadb).
- Interfaces with
mistralai/Mistral-7B-Instruct-v0.2LLM. - Multiple approaches: different
.pymodules (e.g.,app.py,brain.py) offering alternative workflows. - Gradio-based web UI for an easy interactive experience.
Make sure you have Python 3.10+ installed, then clone and install dependencies:
git clone https://huggingface.co/spaces/himel06/Haor_PDF_Chatbot.gitcd Haor_PDF_Chatbotpip install -r requirements.txtAll Rights Reserved by @Tasrif Nur Himel