From f0d025ddca018658cb9f02da83fba80d53225a79 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Thu, 18 Jun 2026 07:53:55 -0700 Subject: [PATCH] DEV: (cmds) Update FT.HYBRID VSIM FILTER clause --- content/commands/ft.hybrid.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/commands/ft.hybrid.md b/content/commands/ft.hybrid.md index f5c405710e..3d46b0de26 100644 --- a/content/commands/ft.hybrid.md +++ b/content/commands/ft.hybrid.md @@ -506,7 +506,8 @@ summary: Performs hybrid search combining text search and vector similarity sear syntax_fmt: "FT.HYBRID index\n SEARCH query\n [SCORER scorer]\n [YIELD_SCORE_AS\ \ name]\n VSIM vector_field $vector_param\n [KNN count K k [EF_RUNTIME ef_runtime]] [SHARD_K_RATIO shard_k_ratio]]\n\ \ [RANGE count RADIUS radius [EPSILON epsilon]]\n [YIELD_SCORE_AS name]\n\ - \ [FILTER filter]\n [COMBINE RRF count [CONSTANT constant] [WINDOW window]\ + \ [FILTER] count filter-expression [POLICY [ADHOC/BATCHES] BATCH_SIZE batch-size-value]\n\ + \ [COMBINE RRF count [CONSTANT constant] [WINDOW window]\ \ [YIELD_SCORE_AS name]]\n [COMBINE LINEAR count [[ALPHA alpha] [BETA beta]] [WINDOW\ \ window] [YIELD_SCORE_AS name]]\n [LIMIT offset num]\n [SORTBY count sortby\ \ [ASC | DESC]]\n [NOSORT]\n [LOAD count field [field ...]]\n [LOAD *]\n [GROUPBY\