Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,31 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# DeepSeek RAG Chatbot π€
|
2 |
+
|
3 |
+
A powerful Retrieval-Augmented Generation (RAG) chatbot that allows users to upload documents and get AI-powered responses based on their content.
|
4 |
+
|
5 |
+
## Features
|
6 |
+
|
7 |
+
- π Document Upload: Support for PDF and TXT files
|
8 |
+
- π Intelligent Document Processing: Automatic text chunking and embedding
|
9 |
+
- π¬ Interactive Chat Interface: Real-time conversation with context-aware responses
|
10 |
+
- π§ Vector Storage: Efficient document retrieval using FAISS
|
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
|