diff --git a/pymilvus/client/prepare.py b/pymilvus/client/prepare.py index 2217bb480..a756a1dc7 100644 --- a/pymilvus/client/prepare.py +++ b/pymilvus/client/prepare.py @@ -713,6 +713,7 @@ def hybrid_search_request_with_ranker( use_default_consistency = ts_utils.construct_guarantee_ts(collection_name, kwargs) rerank_param["limit"] = limit rerank_param["round_decimal"] = round_decimal + rerank_param["offset"] = kwargs.get("offset", 0) request = milvus_types.HybridSearchRequest( collection_name=collection_name,