Skip to content

Commit c748b44

Browse files
committed
fix >=
1 parent c157a51 commit c748b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-recipes/vector-search/02_hybrid_search.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
"source": [
537537
"**The query string above combines both full-text search and a vector search.** This will be passed to the aggregation API to combine using a simple weighted sum of scores before a final sort and truncation.\n",
538538
"\n",
539-
"Note: for the following query to work `redis-py > 5.2.0`"
539+
"Note: for the following query to work `redis-py >= 5.2.0`"
540540
]
541541
},
542542
{

0 commit comments

Comments
 (0)