-
Notifications
You must be signed in to change notification settings - Fork 7.3k
Description
Self Checks
- I have searched for existing issues search for existing issues, including closed ones.
- I confirm that I am using English to submit this report (Language Policy).
- Non-english title submitions will be closed directly ( 非英文标题的提交将会被直接关闭 ) (Language Policy).
- Please do not modify this template :) and fill in all the required fields.
Is your feature request related to a scenario?
Describe the feature you'd like
When using the Paper parsing method in RAGFlow, the graph description field is not generated.
However, when using the default/general parsing method, the graph description appears as expected.
Steps to Reproduce
Upload a document and choose Paper as the parsing method.
Process the document.
Open the graph section.
Observe that the graph description is missing.
Repeat the process using the General parsing method and notice that the graph description is generated normally.
Expected Behavior
The graph description should be generated consistently regardless of whether the Paper or General parsing method is used.
Actual Behavior
Paper parsing: No graph description is generated.
General parsing: Graph description is present.
**
**
It is unclear whether this is a limitation of the Paper parser or an unintended regression. Any clarification or fix would be appreciated.
Documentation, adoption, use case
Additional information
No response