We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64d9f7 commit c166b82Copy full SHA for c166b82
python-recipes/vector-search/02_hybrid_search.ipynb
@@ -17,7 +17,7 @@
17
"\n",
18
"## Requirements\n",
19
"- Redis 8.4.0+\n",
20
- "- redisvl>=0.13.0\n",
+ "- redisvl>=0.13.1\n",
21
"- redispy>=7.1.0\n",
22
23
"## Let's Begin!\n",
@@ -37,7 +37,7 @@
37
}
38
},
39
"cell_type": "code",
40
- "source": "%pip install \"redisvl>=0.13.0\" nltk pandas sentence-transformers",
+ "source": "%pip install \"redisvl>=0.13.1\" nltk pandas sentence-transformers",
41
"outputs": [
42
{
43
"name": "stderr",
0 commit comments