Skip to content

Conversation

@Anush008
Copy link
Member

@Anush008 Anush008 commented Sep 1, 2025

  • The data, indices and vectors_count fields of VectorOutput will have a deprecation notice.
  • Added getDenseVector(), getSparseVector(), getMultiVector() static helpers to read VectorOutput with a unified interface.
  • Updated the built-in helpers to use the new fields when constructing Vector.
  • Added matchTextAny().
  • Added new RRF Query helper.
  • Added getCollectionClusterInfoAsync() and updateCollectionClusterSetupAsync().

Signed-off-by: Anush008 <[email protected]>
@Anush008 Anush008 changed the title v1.16.0 v1.16.0 - Removed use of deprecated vector fields Sep 1, 2025
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;
Copy link
Member Author

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.

@Anush008 Anush008 changed the title v1.16.0 - Removed use of deprecated vector fields v1.16.0 Nov 11, 2025
@generall
Copy link
Member

@Anush008 please add support for UpdateFilter in Upsert and UpdateVectors

@Anush008
Copy link
Member Author

Anush008 commented Nov 14, 2025

Hey.
These overloads of updateVectors and upsertVectors will support updateFilter.

Similary the following for creating and updating collections with metada.

public ListenableFuture<CollectionOperationResponse> createCollectionAsync(

to create new collections with metadata.
The following for update
public ListenableFuture<CollectionOperationResponse> updateCollectionAsync(

@Anush008
Copy link
Member Author

TODO: Re-run CI after 1.16.0 is out.

@Anush008 Anush008 merged commit e37ac40 into master Nov 17, 2025
1 of 3 checks passed
@Anush008 Anush008 deleted the v1.16.0 branch November 17, 2025 12:57
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

Successfully merging this pull request may close these issues.

4 participants