Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Self-Service KB Assistant (Free, No API Key)
|
| 2 |
|
| 3 |
A lightweight RAG chatbot that answers **only from your Markdown Knowledge Base**, cites sources, asks clarifying questions when uncertain, and offers quick guided intents. Built with **Gradio**, **FAISS**, **sentence-transformers**, and an **extractive QA model**—no paid API needed.
|
|
@@ -16,4 +24,4 @@ A lightweight RAG chatbot that answers **only from your Markdown Knowledge Base*
|
|
| 16 |
```bash
|
| 17 |
python -m venv .venv && source .venv/bin/activate # or .venv\Scripts\activate on Windows
|
| 18 |
pip install -r requirements.txt
|
| 19 |
-
python app.py
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: 'Self Service KB Assistant '
|
| 3 |
+
sdk: gradio
|
| 4 |
+
emoji: 🚀
|
| 5 |
+
colorFrom: yellow
|
| 6 |
+
colorTo: red
|
| 7 |
+
pinned: true
|
| 8 |
+
---
|
| 9 |
# Self-Service KB Assistant (Free, No API Key)
|
| 10 |
|
| 11 |
A lightweight RAG chatbot that answers **only from your Markdown Knowledge Base**, cites sources, asks clarifying questions when uncertain, and offers quick guided intents. Built with **Gradio**, **FAISS**, **sentence-transformers**, and an **extractive QA model**—no paid API needed.
|
|
|
|
| 24 |
```bash
|
| 25 |
python -m venv .venv && source .venv/bin/activate # or .venv\Scripts\activate on Windows
|
| 26 |
pip install -r requirements.txt
|
| 27 |
+
python app.py
|