Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,31 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
- π Conversation Memory: Maintains chat history and context
|
12 |
-
|
13 |
-
## How to Use
|
14 |
-
|
15 |
-
1. Enter your DeepSeek API key in the application
|
16 |
-
2. Upload your documents (PDF or TXT files)
|
17 |
-
3. Start chatting with the AI about your documents!
|
18 |
-
|
19 |
-
## Technical Stack
|
20 |
-
|
21 |
-
- Streamlit for the web interface
|
22 |
-
- LangChain for document processing
|
23 |
-
- FAISS for vector storage
|
24 |
-
- HuggingFace Embeddings
|
25 |
-
- DeepSeek API for AI responses
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
## License
|
30 |
-
|
31 |
-
MIT License
|
|
|
1 |
+
---
|
2 |
+
title: "DeepSeek RAG Chatbot"
|
3 |
+
emoji: "π€"
|
4 |
+
colorFrom: "gray"
|
5 |
+
colorTo: "blue"
|
6 |
+
sdk: "streamlit"
|
7 |
+
sdk_version: "1.30.0"
|
8 |
+
app_file: "app.py"
|
9 |
+
pinned: false
|
10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|