infiniflow / ragflow

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

[Feature Request]: The output of the large model is too long and is truncated. It prompts that the output is staged. Can the truncation of the large model output be processed, spliced, and the complete content be returned? #2116

Open slczd opened 2 months ago

slczd commented 2 months ago

Is there an existing issue for the same feature request?

Is your feature request related to a problem?

No response

Describe the feature you'd like

The output of the large model is too long and is truncated. It prompts that the output is staged. Can the truncation of the large model output be processed, spliced, and the complete content be returned?

Describe implementation you've considered

No response

Documentation, adoption, use case

No response

Additional information

No response

KevinHuSh commented 1 month ago

Disable or enlarge the 'Max token' in dialog setting.