Feature Extraction
Safetensors
English
minicpmv
VisRAG
custom_code
tcy6 commited on
Commit
228010f
1 Parent(s): c7a0be3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ pipeline_tag: feature-extraction
13
  ---
14
  # VisRAG: Vision-based Retrieval-augmented Generation on Multi-modality Documents
15
  **VisRAG** is a novel vision-language model (VLM)-based RAG pipeline. In this pipeline, instead of first parsing the document to obtain text, the document is directly embedded using a VLM as an image and then retrieved to enhance the generation of a VLM.Compared to traditional text-based RAG, **VisRAG** maximizes the retention and utilization of the data information in the original documents, eliminating the information loss introduced during the parsing process.
16
- <p align="center"><img width=800 src="https://github.com/tcy6/VisRAG/blob/master/assets/main_figure.png?raw=true"/></p>
17
 
18
  ## VisRAG Description
19
 
 
13
  ---
14
  # VisRAG: Vision-based Retrieval-augmented Generation on Multi-modality Documents
15
  **VisRAG** is a novel vision-language model (VLM)-based RAG pipeline. In this pipeline, instead of first parsing the document to obtain text, the document is directly embedded using a VLM as an image and then retrieved to enhance the generation of a VLM.Compared to traditional text-based RAG, **VisRAG** maximizes the retention and utilization of the data information in the original documents, eliminating the information loss introduced during the parsing process.
16
+ <p align="center"><img width=800 src="https://github.com/openbmb/VisRAG/blob/master/assets/main_figure.png?raw=true"/></p>
17
 
18
  ## VisRAG Description
19