Skip to content

Commit ddafcb4

Browse files
committed
More pins
1 parent 12d6077 commit ddafcb4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebooks/document-chunking/with-index-pipelines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"outputs": [],
6363
"source": [
64-
"!python3 -m pip install -qU \"elasticsearch<9\" \"eland<9\""
64+
"!python3 -m pip install -qU \"elasticsearch<9\" \"eland[pytorch]<9\""
6565
]
6666
},
6767
{

notebooks/langchain/_nbtest.setup.langchain-vector-store-using-elser.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"!pip install -qU elasticsearch"
10+
"!pip install -qU \"elasticsearch<9\""
1111
]
1212
},
1313
{

notebooks/model-upgrades/_nbtest.setup.upgrading-index-to-use-elser.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"metadata": {},
88
"outputs": [],
99
"source": [
10-
"!pip install -qU elasticsearch sentence-transformers==2.7.0"
10+
"!pip install -qU \"elasticsearch<9\" sentence-transformers==2.7.0"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)