From 91f61a92798238f5cbe23c1b041be9f0e064fe8f Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 16 Dec 2025 07:35:25 -0800 Subject: [PATCH] DEV: modify FT.HYBRID syntax per Slack message --- content/commands/ft.hybrid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/commands/ft.hybrid.md b/content/commands/ft.hybrid.md index 794d373ae1..18d3235e33 100644 --- a/content/commands/ft.hybrid.md +++ b/content/commands/ft.hybrid.md @@ -504,8 +504,8 @@ railroad_diagram: /images/railroad/ft.hybrid.svg since: 8.4.0 summary: Performs hybrid search combining text search and vector similarity search 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]]\n\ - \ [RANGE count [RADIUS radius] [EPSILON epsilon]]\n [YIELD_SCORE_AS name]\n\ + \ name]\n VSIM vector_field $vector_param\n [KNN count K k [EF_RUNTIME ef_runtime]]\n\ + \ [RANGE count RADIUS radius [EPSILON epsilon]]\n [YIELD_SCORE_AS name]\n\ \ [FILTER filter]\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\