Skip to content

Commit

Permalink
[DOCS] Fixes inference ID in Cohere-ES notebook. (elastic#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve authored Jun 24, 2024
1 parent 32251d3 commit 2d06d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/integrations/cohere/cohere-elasticsearch.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"source": [
"client.inference.put_model(\n",
" task_type=\"text_embedding\",\n",
" inference_id=\"cohere_embeddings1\",\n",
" inference_id=\"cohere_embeddings\",\n",
" body={\n",
" \"service\": \"cohere\",\n",
" \"service_settings\": {\n",
Expand Down

0 comments on commit 2d06d26

Please sign in to comment.