Skip to content

Commit

Permalink
Adds ES version requirements to inference notebooks. (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Mar 18, 2024
1 parent 32e87dc commit 3778ae8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notebooks/integrations/cohere/inference-cohere.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"\n",
"- An Elastic deployment with minimum **4GB machine learning node**\n",
" - 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",
"\n",
"- Elasticsearch 8.13 or above.\n",
" \n",
"- A paid [Cohere account](https://cohere.com/) is required to use the Inference API with\n",
"the Cohere service as the Cohere free trial API usage is limited."
Expand Down
2 changes: 2 additions & 0 deletions notebooks/search/07-inference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"\n",
"- An Elastic deployment:\n",
" - 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",
"\n",
"- Elasticsearch 8.12 or above.\n",
" \n",
"- A paid [OpenAI account](https://openai.com/) is required to use the Inference API with \n",
"the OpenAI service as the OpenAI free trial API usage is limited. "
Expand Down

0 comments on commit 3778ae8

Please sign in to comment.