Using Zilliz might return in code 100 can't find collection

Created on 10 September 2024, 11 days ago

Problem/Motivation

It seems there are two different URL's for Zilliz; and we use the URL to determine if it's Zilliz being used in MilvusV2.php

  public function isZilliz(): bool {
    return strpos($this->baseUrl, 'zillizcloud.com') !== FALSE;
  }

This doesn't take in to account it could also be .cloud.zilliz.com

Steps to reproduce

Setup Zilliz using it's cloud platform with the cloud.zilliz.com URL configured.
Use AI Vector DB Explorer
Try querying see you'll get a No response found while there should be responses.

Proposed resolution

Update the method to ensure we take the other base url also in to account.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Other Submodules

Created by

🇳🇱Netherlands ronaldtebrake

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024