public static final class MatchServiceGrpc.MatchServiceFutureStub extends io.grpc.stub.AbstractFutureStub<MatchServiceGrpc.MatchServiceFutureStub>
MatchService is a Google managed service for efficient vector similarity search at scale.
| Modifier and Type | Method and Description |
|---|---|
protected MatchServiceGrpc.MatchServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<FindNeighborsResponse> |
findNeighbors(FindNeighborsRequest request)
Finds the nearest neighbors of each vector within the request.
|
com.google.common.util.concurrent.ListenableFuture<ReadIndexDatapointsResponse> |
readIndexDatapoints(ReadIndexDatapointsRequest request)
Reads the datapoints/vectors of the given IDs.
|
protected MatchServiceGrpc.MatchServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MatchServiceGrpc.MatchServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<FindNeighborsResponse> findNeighbors(FindNeighborsRequest request)
Finds the nearest neighbors of each vector within the request.
public com.google.common.util.concurrent.ListenableFuture<ReadIndexDatapointsResponse> readIndexDatapoints(ReadIndexDatapointsRequest request)
Reads the datapoints/vectors of the given IDs. A maximum of 1000 datapoints can be retrieved in a batch.
Copyright © 2024 Google LLC. All rights reserved.