Skip to content

Commit 77a3a3a

Browse files
committed
Install redisvl from main, until we can install from PyPi
1 parent e4c6894 commit 77a3a3a

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
@@ -35,8 +35,8 @@
3535
"outputs": [],
3636
"execution_count": null,
3737
"source": [
38-
"from redis.commands.search.aggregation import Reducer\n",
39-
"%pip install \"git+https://github.com/redis/redis-vl-python.git@feat/RAAE-1236/hybrid-search\" nltk pandas sentence-transformers"
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"
4040
]
4141
},
4242
{

0 commit comments

Comments
 (0)