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

Surface search_params: {} in the client.entities.search() method #22

Open
1 task
andreibondarev opened this issue Oct 22, 2024 · 0 comments
Open
1 task

Comments

@andreibondarev
Copy link
Collaborator

andreibondarev commented Oct 22, 2024

Use-case

You'd like to specify the distance threshold when executing similarity search. Currently Milvus API accepts searchParams.params.radius: https://docs.zilliz.com/reference/restful/search-v2.

You should be able to do the following:

client.entities.search(
  search_params: {
    params: {
      radius: ...
    }
  }
)

Tasks

  • Implement passing this parameter. Please test to make sure it works.
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

1 participant