Spaces:
Sleeping
Sleeping
updated README.md
Browse files
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
|