3v324v23 commited on
Commit
b240509
·
1 Parent(s): 317eaf3

Add Hugging Face configuration to README

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Vector RAG vs Page Index RAG
3
+ emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: indigo
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
+
10
+ # Vector RAG vs Page Index RAG Comparator
11
+
12
+ This is a local RAG comparison tool that allows you to upload documents and compare the results of Vector RAG against Page Index RAG side-by-side.
13
+
14
+ See the source code for more details.