Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,25 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Knowledge Base Chatbot
|
2 |
+
|
3 |
+
This is a chatbot that can answer questions based on your knowledge base. It uses FAISS for similarity search and the Together API for generating responses.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
|
7 |
+
- Natural conversation with context awareness
|
8 |
+
- Chat history preservation
|
9 |
+
- Clean interface
|
10 |
+
- Fast responses
|
11 |
+
|
12 |
+
## Setup
|
13 |
+
|
14 |
+
1. Create a Hugging Face Space
|
15 |
+
2. Upload your FAISS index files
|
16 |
+
3. Set your Together API key in the Space's secrets with the name `TOGETHER_API_KEY`
|
17 |
+
4. The app will automatically deploy
|
18 |
+
|
19 |
+
## Usage
|
20 |
+
|
21 |
+
Simply type your questions in the chat interface and get responses based on the knowledge base.
|
22 |
+
|
23 |
+
## Environment Variables
|
24 |
+
|
25 |
+
- `TOGETHER_API_KEY`: Your Together API key (required)
|