You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To address the issue where the rerank model cannot be changed in the Dify workflow UI, you can try the following steps:
Check for UI Errors: Open the browser's developer console (usually accessible via F12 or right-click -> Inspect) and look for any JavaScript errors that might indicate why the dropdown interaction is not working.
Verify Dependencies: Ensure that all necessary dependencies and libraries are correctly installed and up-to-date. The Dify workflow editor relies on libraries like React, ReactFlow, and ahooks for UI interactions [1][2].
Inspect Event Listeners: The dropdown interactions are managed using event listeners. Verify that the useEventListener hook from ahooks is functioning correctly and that no other scripts are interfering with the dropdown's event handling.
Check for CSS Issues: Sometimes, CSS can interfere with UI components. Ensure that there are no CSS rules that might be preventing the dropdown from functioning properly.
Review Custom Components: The dropdown uses custom components like PortalToFollowElem and PortalToFollowElemTrigger. Ensure these components are correctly implemented and not causing the issue.
If these steps do not resolve the issue, it might be necessary to look into the specific implementation details of the dropdown component in the codebase or consider updating to a newer version if available.
Self Checks
Dify version
0.15.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
I am unable to switch the rerank model as clicking on other models has no effect. Please fix this bug as soon as possible.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: