Skip to content

Commit 9c65981

Browse files
committed
Depends on redisvl>=0.13.2 (for botocore dependency fix)
1 parent c166b82 commit 9c65981

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

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

Lines changed: 5 additions & 18 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.1\n",
20+
"- redisvl>=0.13.2\n",
2121
"- redispy>=7.1.0\n",
2222
"\n",
2323
"## Let's Begin!\n",
@@ -30,24 +30,11 @@
3030
"source": "### Install Packages"
3131
},
3232
{
33-
"metadata": {
34-
"ExecuteTime": {
35-
"end_time": "2025-12-19T08:03:51.826314Z",
36-
"start_time": "2025-12-19T08:03:51.784443Z"
37-
}
38-
},
33+
"metadata": {},
3934
"cell_type": "code",
40-
"source": "%pip install \"redisvl>=0.13.1\" nltk pandas sentence-transformers",
41-
"outputs": [
42-
{
43-
"name": "stderr",
44-
"output_type": "stream",
45-
"text": [
46-
"UsageError: Line magic function `%` not found.\n"
47-
]
48-
}
49-
],
50-
"execution_count": 20
35+
"source": "%pip install \"redisvl>=0.13.2\" nltk pandas sentence-transformers",
36+
"outputs": [],
37+
"execution_count": null
5138
},
5239
{
5340
"metadata": {},

0 commit comments

Comments
 (0)