Skip to content

Commit 77ee7c9

Browse files
committed
[API] Updates source code docs to 0082673e9091ee92a3b7614c00dbfd9babd20b74
1 parent 1762b64 commit 77ee7c9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

elasticsearch-api/lib/elasticsearch/api/actions/inference/chat_completion_unified.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ module Actions
2525
# Perform chat completion inference
2626
# The chat completion inference API enables real-time responses for chat completion tasks by delivering answers incrementally, reducing response times during computation.
2727
# It only works with the `chat_completion` task type for `openai` and `elastic` inference services.
28-
# IMPORTANT: The inference APIs enable you to use certain services, such as built-in machine learning models (ELSER, E5), models uploaded through Eland, Cohere, OpenAI, Azure, Google AI Studio, Google Vertex AI, Anthropic, Watsonx.ai, or Hugging Face.
29-
# For built-in models and models uploaded through Eland, the inference APIs offer an alternative way to use and manage trained models. However, if you do not plan to use the inference APIs to use these models or if you want to use non-NLP models, use the machine learning trained model APIs.
3028
# NOTE: The `chat_completion` task type is only available within the _stream API and only supports streaming.
3129
# The Chat completion inference API and the Stream inference API differ in their response structure and capabilities.
3230
# The Chat completion inference API provides more comprehensive customization options through more fields and function calling support.

elasticsearch-api/lib/elasticsearch/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
module Elasticsearch
1919
module API
2020
VERSION = '9.0.0'.freeze
21-
ES_SPECIFICATION_COMMIT = '00be10ac5ace4211ff41c0c640eb9b6ecaf10f07'.freeze
21+
ES_SPECIFICATION_COMMIT = '0082673e9091ee92a3b7614c00dbfd9babd20b74'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)