Skip to content

Commit f2ed2f8

Browse files
authored
Update Azure Ai Studio service settings to include rerank (#5785)
Support for rerank was correctly documented elsewhere, but missing from the service settings
1 parent 935d74e commit f2ed2f8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

output/openapi/elasticsearch-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/openapi/elasticsearch-serverless-openapi.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/inference/_types/CommonTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ export class AzureAiStudioServiceSettings {
703703
* Note that some providers may support only certain task types.
704704
* Supported providers include:
705705
*
706-
* * `cohere` - available for `text_embedding` and `completion` task types
706+
* * `cohere` - available for `text_embedding`, `rerank` and `completion` task types
707707
* * `databricks` - available for `completion` task type only
708708
* * `meta` - available for `completion` task type only
709709
* * `microsoft_phi` - available for `completion` task type only

0 commit comments

Comments
 (0)