Skip to content

Commit 8aa77e6

Browse files
committed
Fix merge
1 parent 0055e4e commit 8aa77e6

File tree

3 files changed

+37
-67
lines changed

3 files changed

+37
-67
lines changed

output/schema/schema.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656
"Dangling type 'indices._types:StringFielddata'",
5757
"Dangling type 'indices._types:StringFielddataFormat'",
5858
"Dangling type 'indices.stats:ShardFielddata'",
59-
"Dangling type 'inference._types:DeepSeekServiceSettings'",
60-
"Dangling type 'inference._types:DeepSeekServiceType'",
6159
"Dangling type 'ingest._types:PipelineFailure'",
6260
"Dangling type 'ml._types:CountFunction'",
6361
"Dangling type 'ml._types:DistinctCountFunction'",

specification/inference/_types/CommonTypes.ts

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -754,34 +754,6 @@ export class CohereTaskSettings {
754754
truncate?: CohereTruncateType
755755
}
756756

757-
export class DeepSeekServiceSettings {
758-
/**
759-
* A valid API key for your DeepSeek account.
760-
* You can find or create your DeepSeek API keys on the DeepSeek API key page.
761-
*
762-
* IMPORTANT: You need to provide the API key only once, during the inference model creation.
763-
* The get inference endpoint API does not retrieve your API key.
764-
* After creating the inference model, you cannot change the associated API key.
765-
* If you want to use a different API key, delete the inference model and recreate it with the same name and the updated API key.
766-
* @ext_doc_id deepseek-api-keys
767-
*/
768-
api_key: string
769-
/**
770-
* For a `completion` or `chat_completion` task, the name of the model to use for the inference task.
771-
*
772-
* For the available `completion` and `chat_completion` models, refer to the [DeepSeek Models & Pricing docs](https://api-docs.deepseek.com/quick_start/pricing).
773-
*/
774-
model_id: string
775-
/**
776-
* The URL endpoint to use for the requests. Defaults to `https://api.deepseek.com/chat/completions`.
777-
*/
778-
url?: string
779-
}
780-
781-
export enum DeepSeekServiceType {
782-
deepseek
783-
}
784-
785757
export class ElasticsearchServiceSettings {
786758
/**
787759
* Adaptive allocations configuration details.

0 commit comments

Comments
 (0)