infiniflow / ragflow

RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding.
https://ragflow.io
Apache License 2.0
18.09k stars 1.83k forks source link

[Question]: Embedding image pdf #1541

Open HuMian10 opened 2 months ago

HuMian10 commented 2 months ago

Describe your problem

Hello, I would like to know how ragflow embedding and stores images pdf. What is the specific main execution program or file calling process?

KevinHuSh commented 2 months ago

They all store in ES. Have a look at rag/app/*.py

HuMian10 commented 2 months ago

They all store in ES. Have a look at rag/app/*.py

Which code in ragflow is calling ragflow/app? I want to understand the whole process. Thank you