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.07k stars 974 forks source link

[Question]: The log shows No chunk! Done! #1184

Open ie-hn opened 1 week ago

ie-hn commented 1 week ago

Describe your problem

When running file parsing, the log shows No chunk! Done! Previous versions that support streaming responses parse files properly, but the latest versions don't parse files properly. 企业微信截图_17186039241322 企业微信截图_17186037927162

KevinHuSh commented 1 week ago

Could you attach the file?

ie-hn commented 1 week ago

Sure, it's this pdf 123.pdf

KevinHuSh commented 1 week ago

It is okay on the demo. I guess the open sourced layout recognition model is not good enough.

ie-hn commented 1 week ago

我用的嵌入模型是text-embedding-v2。在执行解析操作时会判断es库中是否有键,没有的话会根据当前用户创建一个,但是新版本的无法成功创建,旧版本的却可以