Skip to content

Commit 0f6872a

Browse files
Update Azure Ai Studio service settings to include rerank (#5790)
Support for rerank was correctly documented elsewhere, but missing from the service settings (cherry picked from commit f2ed2f8) Co-authored-by: Donal Evans <[email protected]>
1 parent 990f260 commit 0f6872a

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
@@ -667,7 +667,7 @@ export class AzureAiStudioServiceSettings {
667667
* Note that some providers may support only certain task types.
668668
* Supported providers include:
669669
*
670-
* * `cohere` - available for `text_embedding` and `completion` task types
670+
* * `cohere` - available for `text_embedding`, `rerank` and `completion` task types
671671
* * `databricks` - available for `completion` task type only
672672
* * `meta` - available for `completion` task type only
673673
* * `microsoft_phi` - available for `completion` task type only

0 commit comments

Comments
 (0)