You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Currently, We can combine 2 APIs to ack like SearchByID:
vectors = query(expr=f"id in {ids}", output_field=["embeddings"])
search(vectors)
It's inconvenient and inefficient, I'd like an API to directly SearchByID
search(ids)
Some works has been done: #10236, milvus-io/pymilvus#752. I'll start here and redesign, reimplement this feature, follow the below steps:
Describe the solution you'd like.
No response
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: