ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Bug]: manual.py out of range error

Open GXKIM opened this issue 7 months ago • 3 comments

RAGFlow version

0.18.0

error

When trying the manual parser, there is a bug, and the official demo has the same bug. The locally deployed source code also has the same bug, with no return value.

###demo Image

###local demo

Image

###local chunk Image

###pdf_files_url https://drive.google.com/file/d/1jMHydvTv-zkyyACnV2mTz_wyapXcqcw5/view?usp=sharing

How should I fix the bug? It doesn’t seem to be a limitation of file size.

GXKIM avatar May 21 '25 07:05 GXKIM

@GXKIM Could you please open Developer Tools (F12) and check which specific request is failing?

asiroliu avatar May 21 '25 07:05 asiroliu

@GXKIM Could you please open Developer Tools (F12) and check which specific request is failing?

yes

###image

Image

GXKIM avatar May 21 '25 07:05 GXKIM

I changed to a smaller document and it worked normally. Could it be that there is a size limit for chunks?

###demo

Image

###local Image

###maual chunk

Image

GXKIM avatar May 21 '25 08:05 GXKIM