public static final class MatchServiceGrpc.MatchServiceStub extends io.grpc.stub.AbstractAsyncStub<MatchServiceGrpc.MatchServiceStub>
MatchService is a Google managed service for efficient vector similarity search at scale.
| Modifier and Type | Method and Description |
|---|---|
protected MatchServiceGrpc.MatchServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
findNeighbors(FindNeighborsRequest request,
io.grpc.stub.StreamObserver<FindNeighborsResponse> responseObserver)
Finds the nearest neighbors of each vector within the request.
|
void |
readIndexDatapoints(ReadIndexDatapointsRequest request,
io.grpc.stub.StreamObserver<ReadIndexDatapointsResponse> responseObserver)
Reads the datapoints/vectors of the given IDs.
|
protected MatchServiceGrpc.MatchServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MatchServiceGrpc.MatchServiceStub>public void findNeighbors(FindNeighborsRequest request, io.grpc.stub.StreamObserver<FindNeighborsResponse> responseObserver)
Finds the nearest neighbors of each vector within the request.
public void readIndexDatapoints(ReadIndexDatapointsRequest request, io.grpc.stub.StreamObserver<ReadIndexDatapointsResponse> responseObserver)
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.