Spaces:
Configuration error
Configuration error
boldhasnain
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Multi-modal RAG-based LLM for Information Retrieval
|
2 |
+
|
3 |
+
In this project, we have set up a RAG (Retrieval-Augmented Generation) system with the following features:
|
4 |
+
|
5 |
+
1. **Custom PDF Input**: Upload and process PDF files.
|
6 |
+
2. **Multi-modal Interface**: Supports both images and text.
|
7 |
+
3. **Feedback Recording and Reusage**: Collects user feedback and reuses it for improving retrieval.
|
8 |
+
4. **Usage of Agents for Context Retrieval**: Uses agents to enhance context retrieval capabilities.
|
9 |
+
|
10 |
+
## Running the Project
|
11 |
+
|
12 |
+
### Using Docker
|
13 |
+
|
14 |
+
1. Clone the project repository.
|
15 |
+
2. To run the Docker image, execute the `docker_rag.sh` script:
|
16 |
+
|
17 |
+
```bash
|
18 |
+
/bin/zsh ./docker_rag.sh
|