Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 37 additions & 37 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions output/schema/validation-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
"Dangling type 'indices._types:StringFielddata'",
"Dangling type 'indices._types:StringFielddataFormat'",
"Dangling type 'indices.stats:ShardFielddata'",
"Dangling type 'inference._types:EisServiceSettings'",
"Dangling type 'inference._types:EisServiceType'",
"Dangling type 'inference._types:EisTaskType'",
"Dangling type 'ingest._types:PipelineFailure'",
"Dangling type 'ml._types:CountFunction'",
"Dangling type 'ml._types:DistinctCountFunction'",
Expand Down
20 changes: 0 additions & 20 deletions specification/inference/_types/CommonTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -754,26 +754,6 @@ export class CohereTaskSettings {
truncate?: CohereTruncateType
}

export class EisServiceSettings {
/**
* The name of the model to use for the inference task.
*/
model_id: string
/**
* This setting helps to minimize the number of rate limit errors returned.
* By default, the `elastic` service sets the number of requests allowed per minute to `240` in case of `chat_completion`.
*/
rate_limit?: RateLimitSetting
}

export enum EisTaskType {
chat_completion
}

export enum EisServiceType {
elastic
}

export class ElasticsearchServiceSettings {
/**
* Adaptive allocations configuration details.
Expand Down