Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please support search for multiple vectors #260

Open
ShravanSunder opened this issue Dec 9, 2023 · 2 comments
Open

Please support search for multiple vectors #260

ShravanSunder opened this issue Dec 9, 2023 · 2 comments

Comments

@ShravanSunder
Copy link

Describe the feature:

the client should support search for multiple vectors
See milvus-io/milvus#25639

Describe a specific use case for the feature:
Some collection need multiple vectors to represent them. The should be indexable and searchable.

@shanghaikid
Copy link
Contributor

I think you can search with mulitple vectors.

client.search({
  collection_name: 'my_collection',
  data: [vector1, vector2],
  limit: 5
 }) ;

@shanghaikid
Copy link
Contributor

Well, the current Node SDK allows you to search multiple vectors across an entire collection. However, the feature you're referring to, where a single collection can have two or more vector fields, is not yet available. Please stay tuned for the upcoming release of Milvus. : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants