Bijay13 commited on
Commit
0662542
Β·
1 Parent(s): 38c90a0

updated README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -1,15 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # πŸ“„ PDF RAG Chatbot
2
 
3
  A Retrieval Augmented Generation (RAG) chatbot that allows you to upload PDF documents and have conversations based on their content using AI.
4
 
5
- ## Features
6
-
7
- - πŸ“€ **PDF Upload**: Upload any PDF document
8
- - πŸ€– **AI-Powered Chat**: Ask questions about your PDF content
9
- - πŸ” **Semantic Search**: Uses vector embeddings to find relevant information
10
- - πŸ’¬ **Conversation Memory**: Maintains context throughout the conversation
11
- - πŸš€ **Fast Processing**: Powered by Groq's LLM API
12
-
13
  ## Tech Stack
14
 
15
  - **UI**: Gradio
 
1
+ ---
2
+ title: Pdf RAG Chatbot
3
+ emoji: 🏒
4
+ colorFrom: gray
5
+ colorTo: yellow
6
+ sdk: gradio
7
+ sdk_version: 6.2.0
8
+ app_file: app.py
9
+ pinned: false
10
+ short_description: 'Chat with your pdf '
11
+ ---
12
+
13
  # πŸ“„ PDF RAG Chatbot
14
 
15
  A Retrieval Augmented Generation (RAG) chatbot that allows you to upload PDF documents and have conversations based on their content using AI.
16
 
 
 
 
 
 
 
 
 
17
  ## Tech Stack
18
 
19
  - **UI**: Gradio