infiniflow / ragflow

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

[Question]: Embedding image pdf #1541

Open HuMian10 opened 4 months ago

HuMian10 commented 4 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 4 months ago

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

HuMian10 commented 4 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

KevinHuSh commented 1 month 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

This is for front-end web service to call.