Skip to content

Commit 3778ae8

Browse files
authored
Adds ES version requirements to inference notebooks. (#209)
1 parent 32e87dc commit 3778ae8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

notebooks/integrations/cohere/inference-cohere.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
"\n",
2828
"- An Elastic deployment with minimum **4GB machine learning node**\n",
2929
" - We'll be using [Elastic Cloud](https://www.elastic.co/guide/en/cloud/current/ec-getting-started.html) for this example (available with a [free trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook))\n",
30+
"\n",
31+
"- Elasticsearch 8.13 or above.\n",
3032
" \n",
3133
"- A paid [Cohere account](https://cohere.com/) is required to use the Inference API with\n",
3234
"the Cohere service as the Cohere free trial API usage is limited."

notebooks/search/07-inference.ipynb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"\n",
2525
"- An Elastic deployment:\n",
2626
" - We'll be using [Elastic Cloud](https://www.elastic.co/guide/en/cloud/current/ec-getting-started.html) for this example (available with a [free trial](https://cloud.elastic.co/registration?utm_source=github&utm_content=elasticsearch-labs-notebook))\n",
27+
"\n",
28+
"- Elasticsearch 8.12 or above.\n",
2729
" \n",
2830
"- A paid [OpenAI account](https://openai.com/) is required to use the Inference API with \n",
2931
"the OpenAI service as the OpenAI free trial API usage is limited. "

0 commit comments

Comments
 (0)