You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/query.rst
+5-26Lines changed: 5 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,19 +128,13 @@ HybridQuery
128
128
129
129
AggregateHybridQuery (and the deprecated HybridQuery) support runtime parameters for the vector search component.
130
130
131
-
**Note:** The ``epsilon`` parameter is only supported for range queries (VectorRangeQuery), not for KNN queries used in hybrid search.
131
+
**Note:** AggregateHybridQuery uses FT.AGGREGATE commands which only support the ``ef_runtime`` parameter for HNSW indexes. SVS-VAMANA runtime parameters (``search_window_size``, ``use_search_history``, ``search_buffer_capacity``) are NOT supported in FT.AGGREGATE commands. For full runtime parameter support including SVS-VAMANA, use VectorQuery or VectorRangeQuery which use FT.SEARCH commands.
132
132
133
-
**HNSW Parameters:**
134
-
135
-
- ``ef_runtime``: Controls search accuracy for the vector component
133
+
**Supported Runtime Parameter:**
136
134
137
-
**SVS-VAMANA Parameters:**
138
-
139
-
- ``search_window_size``: Size of search window for KNN searches
140
-
- ``use_search_history``: Whether to use search buffer (OFF/ON/AUTO)
141
-
- ``search_buffer_capacity``: Tuning parameter for 2-level compression
0 commit comments