[PR #20519] check zilliz cloud of full-text search #29411

Closed
opened 2026-02-21 20:45:30 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/20519

State: closed
Merged: Yes


Zilliz Cloud currently support full-text search ability. In the _check_hybrid_search_support() method, when the Milvus server is Zilliz Cloud, the return of self._client.get_server_version() is kindof str like this :
image

So we add the zilliz cloud compatibility here to support dify & zilliz integration with fulltext search and hybrid search.

**Original Pull Request:** https://github.com/langgenius/dify/pull/20519 **State:** closed **Merged:** Yes --- Zilliz Cloud currently support full-text search ability. In the `_check_hybrid_search_support()` method, when the Milvus server is Zilliz Cloud, the return of `self._client.get_server_version()` is kindof str like this : ![image](https://github.com/user-attachments/assets/a798d276-34de-4dd9-b546-88f834d3e669) So we add the zilliz cloud compatibility here to support dify & zilliz integration with fulltext search and hybrid search.
yindo added the pull-request label 2026-02-21 20:45:30 -05:00
yindo closed this issue 2026-02-21 20:45:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#29411