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.23k stars 2.18k forks source link

[Bug]: 240525.0950 dev docker image, fails when running document parsing operations with the RAPTOR feature. #922

Closed morler closed 5 months ago

morler commented 5 months ago

Is there an existing issue for the same bug?

Branch name

dev

Commit ID

ed184ed

Other environment information

ASUS TUF Gamming F16 laptop
i9-13980HX 64G RTX4060 laptop
Windows11 Home 23H2
Docker v4.30.0

Actual behavior

Bug(two types): PixPin_2024-05-25_12-15-19 PixPin_2024-05-25_09-51-09

Expected behavior

No response

Steps to reproduce

Create Knowledge Base;
Set Parameters as Follows;
Upload Document;
Start Parsing;
BOOM!

Additional information

Parameters: PixPin_2024-05-25_12-14-05 Also the file: file.zip

KevinHuSh commented 5 months ago

fixed the number one scenario, but the number two is not re-producable.

morler commented 5 months ago

Thank you for fixing the bugs!

The current test results show that BUG1 has been resolved;

BUG2 might be an issue with some of the LLMs used. After switching to other models, it no longer occurs.