- Issue created by @fishfree
- ๐ฎ๐ณIndia dineshkumarbollu
Hi @fishfree
The error is due to
$this->client->batch()->create($objects);
here $this->client is not declared in the code before use it.$this->milvusClient is declared, Check the code and use Correct Instance, From$this->client
to$this->milvusClient
- ๐ฎ๐ณIndia chetan 11
chetan 11 โ made their first commit to this issueโs fork.
- Status changed to Needs review
12 months ago 10:00am 27 December 2023 - ๐บ๐ธUnited States code-drupal
The merged request fixed raised does not resolve the issue highlighted.