Interface MatchServiceGrpc.AsyncService

    • Method Detail

      • findNeighbors

        default void findNeighbors​(FindNeighborsRequest request,
                                   io.grpc.stub.StreamObserver<FindNeighborsResponse> responseObserver)
         Finds the nearest neighbors of each vector within the request.
         
      • readIndexDatapoints

        default 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.