infiniflow / ragflow

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

[Question]: Layout Detection is not happening when running in Local #1171

Open AJAYSINGH1512 opened 1 week ago

AJAYSINGH1512 commented 1 week ago

Describe your problem

Hi Team, I tried both versions your demo.ragflow and tried running at local as well. by trying with exact same embeddings same chunking method and each and every other settings were same. the result i got was different so the only change i saw was that on demo.ragflow when i activate layout detection it was working fine but in my local whether i activate layout detection or not it was not detecting the layout. can you help me identifying what might be the issue?

JinHai-CN commented 1 week ago

Models used in demo are different from and better than opensouce models.

KevinHuSh commented 1 week ago

If you want to change the configuration of parsing after uploading, you need to change it file by file, do you?