mahmoud666 commited on
Commit
bdc4088
Β·
verified Β·
1 Parent(s): 0065d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -31
README.md CHANGED
@@ -1,31 +1,10 @@
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
 
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
+ ---