Spaces:
Runtime error
Runtime error
Commit ·
de4f1b7
1
Parent(s): 980ba1d
readme
Browse files
README.md
CHANGED
|
@@ -1,9 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
# Modular RAG
|
| 3 |
-
|
| 4 |
-
A hybrid approach to implement RAG inspired by Advance RAG.
|
| 5 |
-
Usually implemeted with modules acting as plug and play.
|
| 6 |
-
|
| 7 |
---
|
| 8 |
title: Modular-RAG
|
| 9 |
emoji: 📝
|
|
@@ -14,6 +8,12 @@ app_file: main.py
|
|
| 14 |
pinned: false
|
| 15 |
---
|
| 16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
## Documentation
|
| 18 |
|
| 19 |
#### Generator:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: Modular-RAG
|
| 3 |
emoji: 📝
|
|
|
|
| 8 |
pinned: false
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Modular RAG
|
| 12 |
+
|
| 13 |
+
A hybrid approach to implement RAG inspired by Advance RAG.
|
| 14 |
+
Usually implemeted with modules acting as plug and play.
|
| 15 |
+
|
| 16 |
+
|
| 17 |
## Documentation
|
| 18 |
|
| 19 |
#### Generator:
|