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
I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
[FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
Please do not modify this template :) and fill in all the required fields.
Dify version
1.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
8597-3349f9d5ea3c44e6.js:1 TypeError: Cannot read properties of null (reading 'vector_setting')
at 1340-f3ea53d9a13ada87.js:1:1159511
at rE (92df3e12-2414dde15c3f3d5d.js:1:40345)
at l$ (92df3e12-2414dde15c3f3d5d.js:1:59320)
at lU (92df3e12-2414dde15c3f3d5d.js:1:58165)
at lI (92df3e12-2414dde15c3f3d5d.js:1:57770)
at iZ (92df3e12-2414dde15c3f3d5d.js:1:121848)
at ia (92df3e12-2414dde15c3f3d5d.js:1:95166)
at 92df3e12-2414dde15c3f3d5d.js:1:94988
at il (92df3e12-2414dde15c3f3d5d.js:1:94995)
at oJ (92df3e12-2414dde15c3f3d5d.js:1:92351)
at nb (92df3e12-2414dde15c3f3d5d.js:1:26837)
at nw (92df3e12-2414dde15c3f3d5d.js:1:27575)
at 92df3e12-2414dde15c3f3d5d.js:1:28609
window.console.error @ 8597-3349f9d5ea3c44e6.js:1
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered:
Hello @dragoalone, I'm here to help you with any bugs, questions, or contributions you might have. Let's tackle this together!
To resolve the "TypeError: Cannot read properties of null (reading 'vector_setting')" error in your self-hosted Dify version 1.1 setup using Docker, you can try the following workaround:
This error occurs when using Milvus as a vector store with the "Hybrid Search" option set to "Weighted Score." To avoid this error, create a new knowledge base and set the "Hybrid Search" option to "Rerank Model" instead of "Weighted Score" [1][2].
Additionally, consider updating to a newer version of Dify, as a hotfix has been planned to address this issue [3].
Self Checks
Dify version
1.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
8597-3349f9d5ea3c44e6.js:1 TypeError: Cannot read properties of null (reading 'vector_setting')
at 1340-f3ea53d9a13ada87.js:1:1159511
at rE (92df3e12-2414dde15c3f3d5d.js:1:40345)
at l$ (92df3e12-2414dde15c3f3d5d.js:1:59320)
at lU (92df3e12-2414dde15c3f3d5d.js:1:58165)
at lI (92df3e12-2414dde15c3f3d5d.js:1:57770)
at iZ (92df3e12-2414dde15c3f3d5d.js:1:121848)
at ia (92df3e12-2414dde15c3f3d5d.js:1:95166)
at 92df3e12-2414dde15c3f3d5d.js:1:94988
at il (92df3e12-2414dde15c3f3d5d.js:1:94995)
at oJ (92df3e12-2414dde15c3f3d5d.js:1:92351)
at nb (92df3e12-2414dde15c3f3d5d.js:1:26837)
at nw (92df3e12-2414dde15c3f3d5d.js:1:27575)
at 92df3e12-2414dde15c3f3d5d.js:1:28609
window.console.error @ 8597-3349f9d5ea3c44e6.js:1
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: