Zilliz as vector db backend not work. #622

Closed
opened 2026-02-21 17:27:48 -05:00 by yindo · 2 comments
Owner

Originally created by @TheFu527 on GitHub (Oct 25, 2023).

Originally assigned to: @takatost, @JohnJyong on GitHub.

Dify version

0.3.28

Cloud or Self Hosted

Self Hosted, Other (please specify in "Steps to Reproduce")

Steps to reproduce

Self hosted but cloud version.

Use Zilliz as vector db.

✔️ Expected Behavior

It works.

Actual Behavior

After uploading a file in the datasets, the file status is always indexing.

The log of dify-worker does not report any error information.

Originally created by @TheFu527 on GitHub (Oct 25, 2023). Originally assigned to: @takatost, @JohnJyong on GitHub. ### Dify version 0.3.28 ### Cloud or Self Hosted Self Hosted, Other (please specify in "Steps to Reproduce") ### Steps to reproduce Self hosted but cloud version. Use Zilliz as vector db. ### ✔️ Expected Behavior It works. ### ❌ Actual Behavior After uploading a file in the datasets, the file status is always indexing. The log of dify-worker does not report any error information.
yindo added the 🐞 bug label 2026-02-21 17:27:48 -05:00
yindo closed this issue 2026-02-21 17:27:48 -05:00
Author
Owner

@JohnJyong commented on GitHub (Oct 25, 2023):

pls set your zillizsetting as below:

MILVUS_HOST=*****.zillizcloud.com
MILVUS_PORT=19530
MILVUS_USER=your-user
MILVUS_PASSWORD=your-passwor
MILVUS_SECURE=True

@JohnJyong commented on GitHub (Oct 25, 2023): pls set your zillizsetting as below: ``` MILVUS_HOST=*****.zillizcloud.com MILVUS_PORT=19530 MILVUS_USER=your-user MILVUS_PASSWORD=your-passwor MILVUS_SECURE=True ```
Author
Owner

@TheFu527 commented on GitHub (Oct 25, 2023):

Because MILVUS_USER, MILVUS_PASSWORD, MILVUS_PORT, etc. are not displayed on the web of zillizcloud.com. So I tried the Chinese version, but it didn't work.

  - name: MILVUS_HOST
    value: https://*******.ali-cn-hangzhou.vectordb.zilliz.com.cn
  - name: MILVUS_PORT
    value: "19530"
  - name: MILVUS_USER
    value: db_admin
  - name: MILVUS_PASSWORD
    value: MY_PWD
  - name: MILVUS_SECURE
    value: "true"
@TheFu527 commented on GitHub (Oct 25, 2023): Because MILVUS_USER, MILVUS_PASSWORD, MILVUS_PORT, etc. are not displayed on the web of zillizcloud.com. So I tried the Chinese version, but it didn't work. ``` - name: MILVUS_HOST value: https://*******.ali-cn-hangzhou.vectordb.zilliz.com.cn - name: MILVUS_PORT value: "19530" - name: MILVUS_USER value: db_admin - name: MILVUS_PASSWORD value: MY_PWD - name: MILVUS_SECURE value: "true" ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#622