Skip to content

Commit

Permalink
Add searchV2 to support multi-vec search (#222)
Browse files Browse the repository at this point in the history
Signed-off-by: xige-16 <[email protected]>
  • Loading branch information
xige-16 authored Dec 7, 2023
1 parent 6c0b4e9 commit f31a262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/milvus.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ service MilvusService {
rpc Delete(DeleteRequest) returns (MutationResult) {}
rpc Upsert(UpsertRequest) returns (MutationResult) {}
rpc Search(SearchRequest) returns (SearchResults) {}
rpc SearchV2(SearchRequestV2) returns (SearchResults) {}
rpc Flush(FlushRequest) returns (FlushResponse) {}
rpc Query(QueryRequest) returns (QueryResults) {}
rpc CalcDistance(CalcDistanceRequest) returns (CalcDistanceResults) {}
Expand Down

0 comments on commit f31a262

Please sign in to comment.