Skip to content

Commit 3ce3521

Browse files
committed
Install redisvl 0.13.0 or newer from PyPi
1 parent eae318e commit 3ce3521

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
"cell_type": "code",
3535
"outputs": [],
3636
"execution_count": null,
37-
"source": [
38-
"# TODO: Install redisvl from PyPi when 0.13.0 is released\n",
39-
"%pip install \"git+https://github.com/redis/redis-vl-python.git\" nltk pandas sentence-transformers"
40-
]
37+
"source": "% pip install \"redisvl>=0.13.0\" nltk pandas sentence-transformers"
4138
},
4239
{
4340
"metadata": {},

0 commit comments

Comments
 (0)