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