milvus-sdk-node icon indicating copy to clipboard operation
milvus-sdk-node copied to clipboard

The Official Mivus node.js sdk(client)

Results 23 milvus-sdk-node issues
Sort by recently updated
recently updated
newest added

**Describe the feature:** It doesn't seem to be possible to "search with iterator" as documented in: https://milvus.io/docs/v2.3.x/with_iterators.md#Search-with-iterator **Describe a specific use case for the feature:** avoiding: `invalid max query result...

Milvus 2.4 has added beta support to sparse float vector to allow efficient storing, indexing and searching of such vectors. The main targeted use case is to support learned sparse...

I'm trying to build a pool of connections to make sure Milvus uptime is always or almost always. In my logic I have something like this: ``` return { getClient:...

**Describe the feature:** the client should support search for multiple vectors See https://github.com/milvus-io/milvus/issues/25639 **Describe a specific use case for the feature:** Some collection need multiple vectors to represent them. The...

Delete is not working, Delete entities not working, on flip side all these functions works in python api, i am using a custom primary int id , it seems this...

**Describe the bug:** Fail to run this [sample](https://js.langchain.com/docs/modules/data_connection/vectorstores/integrations/milvus#index-and-query-docs) with error messages: `E Connection to dns:in03-02861d92d812d64.api.gcp-us-west1.zillizcloud.com at 34.160.220.160:443 rejected by server because of excess pings`. **Steps to reproduce:** ![image](https://github.com/milvus-io/milvus-sdk-node/assets/2936504/c4005369-ed4f-4b1a-a714-f9bf4c26a10d) **Milvus-node-sdk version:**...

**Describe the bug:** We are regularly seeing the following uncaught exception in our node app. All of our calls to the MilvusClient are `await`ed and wrapped in a `try...catch` block,...

**Describe the feature:** Node doesn't support int64, it will parse int64(defined in the protobuf file) to string. The SDK should handle this situation since most of the fields will not...

enhancement

**Describe the bug:** When using the httpClient to query the collection, first thing is that filter field is optional on HttpVectorQueryReq but gets an error from the api as being...