infiniflow / ragflow

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

[Bug]: Unable to retrieval some data after parsing excel by general method #2596

Open Gitttttttt opened 1 month ago

Gitttttttt commented 1 month ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

2f33ec7

Other environment information

No response

Actual behavior

accounts.xlsx

I uploaded the above excel file in my knowledge base and parsed it using the general method. The detailed configuration is as follows: image

And then,when I send a request for the /retrieval_test , I got nothing, even if I set the similarity weight to 0. But the data actually exists. As the pic show: b0619b8a80976dfe33f001d087b9ea3 01f41a94faf8c766b36cc6ec9d9ef4f

Expected behavior

No response

Steps to reproduce

As the `Actual behavior` show

Additional information

No response

JobSmithManipulation commented 1 month ago

1728641078243 The latest RagFlow development environment code has no issues with retrieval testing, and we will deploy it to the demo as soon as possible