Skip to content

Commit cf1c7b9

Browse files
committed
[API] Updates source code docs to bdf147432d51e316895c4e13bd26e1573ba2baef
1 parent 9d43821 commit cf1c7b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module Actions
3030
# * AlibabaCloud AI Search (`completion`, `rerank`, `sparse_embedding`, `text_embedding`)
3131
# * Amazon Bedrock (`completion`, `text_embedding`)
3232
# * Anthropic (`completion`)
33-
# * Azure AI Studio (`completion`, `text_embedding`)
33+
# * Azure AI Studio (`completion`, 'rerank', `text_embedding`)
3434
# * Azure OpenAI (`completion`, `text_embedding`)
3535
# * Cohere (`completion`, `rerank`, `text_embedding`)
3636
# * DeepSeek (`completion`, `chat_completion`)

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.1.0'.freeze
21-
ES_SPECIFICATION_COMMIT = '92bb3ad4cd1904de13a50daffbbc0a859ae39701'.freeze
21+
ES_SPECIFICATION_COMMIT = 'bdf147432d51e316895c4e13bd26e1573ba2baef'.freeze
2222
end
2323
end

0 commit comments

Comments
 (0)