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 e4c6894 commit 77a3a3aCopy full SHA for 77a3a3a
python-recipes/vector-search/02_hybrid_search.ipynb
@@ -35,8 +35,8 @@
35
"outputs": [],
36
"execution_count": null,
37
"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"
+ "# TODO: Install redisvl from PyPi when 0.13.0 is released\n",
+ "%pip install \"git+https://github.com/redis/redis-vl-python.git\" nltk pandas sentence-transformers"
40
]
41
},
42
{
0 commit comments