Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -5,23 +5,9 @@ tags:
|
|
| 5 |
- RAG
|
| 6 |
- graph-rag
|
| 7 |
- fastmemory
|
| 8 |
-
model-index:
|
| 9 |
-
- name: FastMemory RAG Architecture
|
| 10 |
-
results:
|
| 11 |
-
- task:
|
| 12 |
-
type: question-answering
|
| 13 |
-
name: Question Answering
|
| 14 |
-
dataset:
|
| 15 |
-
name: SQuAD
|
| 16 |
-
type: squad
|
| 17 |
-
config: plain_text
|
| 18 |
-
split: validation
|
| 19 |
-
metrics:
|
| 20 |
-
- type: exact_match
|
| 21 |
-
value: 100.0
|
| 22 |
-
name: Deterministic Routing
|
| 23 |
---
|
| 24 |
|
|
|
|
| 25 |
# FastMemory vs PageIndex: A Benchmark Study
|
| 26 |
|
| 27 |
This study evaluates the processing speeds, architectural differences, and robustness of **FastMemory** compared to **PageIndex** and traditional Vector-based RAG systems.
|
|
|
|
| 5 |
- RAG
|
| 6 |
- graph-rag
|
| 7 |
- fastmemory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
+
|
| 11 |
# FastMemory vs PageIndex: A Benchmark Study
|
| 12 |
|
| 13 |
This study evaluates the processing speeds, architectural differences, and robustness of **FastMemory** compared to **PageIndex** and traditional Vector-based RAG systems.
|