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\