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.31k stars 1.86k forks source link

[Bug]: function row_number calcuate total row_numer error in the excel_parser.py #2296

Open suchenRoad opened 3 weeks ago

suchenRoad commented 3 weeks ago

Is there an existing issue for the same bug?

Branch name

main V0.10.0

Commit ID

none

Other environment information

The total number of rows was incorrectly calculated in the excel_parser.py , File information extraction is lost.

Actual behavior

The total number of rows was incorrectly calculated in the excel_parser.py , File information extraction is lost.

Expected behavior

The total number of rows was incorrectly calculated in the excel_parser.py , File information extraction is lost.

Steps to reproduce

1.creat kb ,2.select table parser method 3.run chunk

Additional information

No response

KevinHuSh commented 3 weeks ago

'Table' is for data dumped from DB tables. Maybe using 'General' is better.