Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loss of multi round dialogue function #4236

Open
4 tasks done
qhkabuqiluo opened this issue May 10, 2024 · 1 comment
Open
4 tasks done

Loss of multi round dialogue function #4236

qhkabuqiluo opened this issue May 10, 2024 · 1 comment
Labels
🐞 bug Something isn't working

Comments

@qhkabuqiluo
Copy link

Self Checks

  • This is only for bug report, if you would like to ask a quesion, please head to Discussions.
  • 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).
  • Pleas do not modify this template :) and fill in all the required fields.

Dify version

0.6.7

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

  1. Create chatflow
  2. Enable memory function
  3. What is the communication subsidy for employee X for the first time
  4. Second question for employee Y
    22cb847cbe0edf37e8381666238148d
    6c962593752790f31b6f97189be0d8e
    But I can still do it on version 0.6.4

✔️ Expected Behavior

Capable of conducting multiple rounds of dialogue

❌ Actual Behavior

No response

Copy link

dosubot bot commented May 10, 2024

To address the issue with the multi-round dialogue function not working as expected in Dify version 0.6.7, let's focus on potential solutions and checks:

  1. Check Memory Settings: Verify that the memory settings are correctly configured. Ensure memory is enabled and the window size is set appropriately for your use case.

  2. Model Providers Compatibility: Confirm that the model provider you're using supports Chinese language inputs effectively. Dify supports several providers optimized for Chinese, so ensure your choice is among them.

  3. Review Logs for Insights: Examine Dify's logs for any error messages or unusual behavior that could indicate what's causing the issue with the multi-round dialogue function.

These steps are derived from understanding how Dify's LLMNode class and memory function configurations work, as well as the importance of choosing the right model provider for language support. If after these checks the issue still exists, providing more detailed information such as error logs or specific behaviors you're observing could help in diagnosing the problem more accurately.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

@dosubot dosubot bot added the 🐞 bug Something isn't working label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant