Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/commands/ft.hybrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down
Loading