You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+98-5Lines changed: 98 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
Vision Augmented Retrieval and Generation
3
3
4
4
5
-
|| VARAG (Vision-Augmented Retrieval and Generation) is a vision-first RAG engine that emphasizes vision-based retrieval techniques. It enhances traditional Retrieval-Augmented Generation (RAG) systems by integrating both visual and textual data through Vision-Language models. |
5
+
|| VARAG (Vision-Augmented Retrieval and Generation) is a vision-first RAG engine that emphasizes vision-based retrieval techniques. It enhances traditional Retrieval-Augmented Generation (RAG) systems by integrating both visual and textual data through Vision-Language models. |
|**Simple RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/simpleRAG.ipynb)|[simpleRAG.py](examples/textDemo.py)|
128
-
|**Vision RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/visionRAG.ipynb)|[visionDemo.py](examples/visionDemo.py)|
129
-
|**Colpali RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/colpaliRAG.ipynb)|[colpaliDemo.py](examples/colpaliDemo.py)|
130
-
|**Hybrid Colpali RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/hybridColpaliRAG.ipynb)|[hybridColpaliDemo.py](examples/hybridColpaliDemo.py)|
220
+
|**Simple RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/simpleRAG.ipynb)|[simpleRAG.py](https://github.com/adithya-s-k/VARAG/blob/main/examples/textDemo.py)|
221
+
|**Vision RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/visionRAG.ipynb)|[visionDemo.py](https://github.com/adithya-s-k/VARAG/blob/main/examples/visionDemo.py)|
222
+
|**Colpali RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/colpaliRAG.ipynb)|[colpaliDemo.py](https://github.com/adithya-s-k/VARAG/blob/main/examples/colpaliDemo.py)|
223
+
|**Hybrid Colpali RAG**|[](https://colab.research.google.com/github/adithya-s-k/VARAG/blob/main/docs/hybridColpaliRAG.ipynb)|[hybridColpaliDemo.py](https://github.com/adithya-s-k/VARAG/blob/main/examples/hybridColpaliDemo.py)|
0 commit comments