Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,9 +10,9 @@ tags:
|
|
| 10 |
pinned: false
|
| 11 |
short_description: Streamlit template space
|
| 12 |
---
|
| 13 |
-
# π Streamlit RAG Powered by Mistral 7B (4-bit)
|
| 14 |
-
---
|
| 15 |
|
|
|
|
|
|
|
| 16 |
## π Overview
|
| 17 |
This project implements a Retrieval-Augmented Generation (RAG) system powered by the Mistral 7B model quantized to 4-bit, hosted on Runpod. The frontend uses Streamlit for an easy-to-use UI and it is hosted on Hugging Face Spaces. This system is designed for users who want to quickly extract relevant information from their uploaded documents (.txt, .pdf).
|
| 18 |
You can upload files here to create a temporary knowledge base that helps the AI give you relevant answers.
|
|
@@ -21,8 +21,7 @@ You can upload files here to create a temporary knowledge base that helps the AI
|
|
| 21 |
What this implementation does:
|
| 22 |
- Lets you upload multiple text files to build a searchable knowledge base for the LLM.
|
| 23 |
- Retrieves relevant information from your documents using RAG.
|
| 24 |
-
|
| 25 |
-
|
| 26 |
## π Usage
|
| 27 |
1. **Upload Files:** Drag and drop or select files to build the knowledge base.
|
| 28 |
2. **Generate Response:** Enter a custom prompt and click the 'Generate Response' button.
|
|
|
|
| 10 |
pinned: false
|
| 11 |
short_description: Streamlit template space
|
| 12 |
---
|
|
|
|
|
|
|
| 13 |
|
| 14 |
+
# π Streamlit RAG Powered by Mistral 7B (4-bit)
|
| 15 |
+
|
| 16 |
## π Overview
|
| 17 |
This project implements a Retrieval-Augmented Generation (RAG) system powered by the Mistral 7B model quantized to 4-bit, hosted on Runpod. The frontend uses Streamlit for an easy-to-use UI and it is hosted on Hugging Face Spaces. This system is designed for users who want to quickly extract relevant information from their uploaded documents (.txt, .pdf).
|
| 18 |
You can upload files here to create a temporary knowledge base that helps the AI give you relevant answers.
|
|
|
|
| 21 |
What this implementation does:
|
| 22 |
- Lets you upload multiple text files to build a searchable knowledge base for the LLM.
|
| 23 |
- Retrieves relevant information from your documents using RAG.
|
| 24 |
+
|
|
|
|
| 25 |
## π Usage
|
| 26 |
1. **Upload Files:** Drag and drop or select files to build the knowledge base.
|
| 27 |
2. **Generate Response:** Enter a custom prompt and click the 'Generate Response' button.
|