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.18k stars 1.84k forks source link

[Bug]: Repeated answer history problems occur when using Agent #2566

Open yijingli19 opened 3 days ago

yijingli19 commented 3 days ago

Is there an existing issue for the same bug?

Branch name

main

Commit ID

c3b2a1

Other environment information

No response

Actual behavior

When I have a conversation using the default WebSearch Assistant templates, previous questions are answered repeatedly 微信截图_20240924174012 截图_20240924190013

Expected behavior

No response

Steps to reproduce

The parameters are not changed, and the prompt word uses the default prompt word.

Additional information

No response

KevinHuSh commented 2 days ago

It depends on the NLP capability of LLM. image

gujiandada commented 18 hours ago

thx,question

yijingli19 commented 18 hours ago

It depends on the NLP capability of LLM. image

What size model are you using? Because this situation occurred when I used deepseek-chat in the demo, and a similar situation occurred when using qwen2-7b-instruct locally.