Skip to content

Commit

Permalink
add a new meta: range_search_k for range_search_k (zilliztech#706)
Browse files Browse the repository at this point in the history
Signed-off-by: min.tian <[email protected]>
  • Loading branch information
alwayslove2013 authored and [email protected] committed Jul 23, 2024
1 parent 00ca273 commit 5989cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/knowhere/comp/index_param.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ constexpr const char* IDS = "ids";
constexpr const char* DISTANCE = "distance";
constexpr const char* LIMS = "lims";
constexpr const char* TOPK = "k";
constexpr const char* RANGE_SEARCH_K = "range_search_k";
constexpr const char* RADIUS = "radius";
constexpr const char* RANGE_FILTER = "range_filter";
constexpr const char* INPUT_IDS = "input_ids";
Expand Down

0 comments on commit 5989cc2

Please sign in to comment.