File size: 499 Bytes
bcff0e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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!