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 eae318e commit 3ce3521Copy full SHA for 3ce3521
python-recipes/vector-search/02_hybrid_search.ipynb
@@ -34,10 +34,7 @@
34
"cell_type": "code",
35
"outputs": [],
36
"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
- ]
+ "source": "% pip install \"redisvl>=0.13.0\" nltk pandas sentence-transformers"
41
},
42
{
43
"metadata": {},
0 commit comments