--- title: "Tech RAG Chatbot" emoji: "🧠" colorFrom: "blue" colorTo: "green" sdk: "streamlit" sdk_version: "1.32.0" app_file: "app.py" pinned: false --- # 🧠 Tech RAG Chatbot This chatbot uses a Retrieval-Augmented Generation (RAG) pipeline with: - Chroma vector database (local) - Hugging Face LLM (e.g., Mistral-7B) - Streamlit interface - Daily updatable knowledge base from `new_data/` Ask questions about the latest in tech and get answers powered by LLM + your private knowledge store!