Skip to content

Commit c166b82

Browse files
committed
Depends on redisvl>=0.13.1 (for botocore dependency fix)
1 parent d64d9f7 commit c166b82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"\n",
1818
"## Requirements\n",
1919
"- Redis 8.4.0+\n",
20-
"- redisvl>=0.13.0\n",
20+
"- redisvl>=0.13.1\n",
2121
"- redispy>=7.1.0\n",
2222
"\n",
2323
"## Let's Begin!\n",
@@ -37,7 +37,7 @@
3737
}
3838
},
3939
"cell_type": "code",
40-
"source": "%pip install \"redisvl>=0.13.0\" nltk pandas sentence-transformers",
40+
"source": "%pip install \"redisvl>=0.13.1\" nltk pandas sentence-transformers",
4141
"outputs": [
4242
{
4343
"name": "stderr",

0 commit comments

Comments
 (0)