Skip to content

Commit 38c2932

Browse files
updates minimum redisvl version
1 parent 56421b7 commit 38c2932

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

python-recipes/vector-search/01_redisvl.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
},
8383
"outputs": [],
8484
"source": [
85-
"%pip install -q \"redisvl>=0.6.0\" sentence-transformers pandas nltk"
85+
"%pip install -q \"redisvl>=0.11.0\" sentence-transformers pandas nltk"
8686
]
8787
},
8888
{
@@ -4481,7 +4481,8 @@
44814481
"provenance": []
44824482
},
44834483
"kernelspec": {
4484-
"display_name": "Python 3",
4484+
"display_name": "redis-ai-res",
4485+
"language": "python",
44854486
"name": "python3"
44864487
},
44874488
"language_info": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"metadata": {},
3333
"outputs": [],
3434
"source": [
35-
"%pip install sentence-transformers pandas nltk \"redisvl>=0.6.0\""
35+
"%pip install sentence-transformers pandas nltk \"redisvl>=0.11.0\""
3636
]
3737
},
3838
{

0 commit comments

Comments
 (0)