OrifjonKenjayev commited on
Commit
c6afd6f
·
verified ·
1 Parent(s): 3b1a7ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -14
README.md CHANGED
@@ -1,14 +1,25 @@
1
- ---
2
- title: Beeline
3
- emoji: 💬
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: gradio
7
- sdk_version: 5.0.1
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- short_description: beeline tariflari
12
- ---
13
-
14
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
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)