-
Notifications
You must be signed in to change notification settings - Fork 11
v1.16.0 #86
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
Conversation
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
| import io.grpc.StatusRuntimeException; | ||
| import io.qdrant.client.grpc.QdrantOuterClass.HealthCheckReply; | ||
| import io.qdrant.client.grpc.QdrantOuterClass.HealthCheckRequest; | ||
| import io.qdrant.client.grpc.Collections.ListCollectionsRequest; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Health check isn't behind auth anymore.
So we use a different API for auth tests.
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
|
@Anush008 please add support for |
|
Hey. Similary the following for creating and updating collections with metada.
to create new collections with metadata. The following for update
|
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
Signed-off-by: Anush008 <[email protected]>
|
TODO: Re-run CI after 1.16.0 is out. |
…foAsync to high-level client Signed-off-by: Anush008 <[email protected]>
data,indicesandvectors_countfields ofVectorOutputwill have a deprecation notice.getDenseVector(),getSparseVector(),getMultiVector()static helpers to readVectorOutputwith a unified interface.Vector.matchTextAny().getCollectionClusterInfoAsync()andupdateCollectionClusterSetupAsync().