EmbeddingModelConfig
EmbeddingModelConfig =
object
Defined in: packages/cloud/src/client/types.gen.ts:2550
Schema for an embedding model config.
Properties
id
id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2554
Unique identifier
created_at?
optional
created_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2558
Creation datetime
updated_at?
optional
updated_at:string
|null
Defined in: packages/cloud/src/client/types.gen.ts:2562
Update datetime
name
name:
string
Defined in: packages/cloud/src/client/types.gen.ts:2566
The name of the embedding model config.
embedding_config
embedding_config:
object
&AzureOpenAiEmbeddingConfig
|object
&CohereEmbeddingConfig
|object
&GeminiEmbeddingConfig
|object
&HuggingFaceInferenceApiEmbeddingConfig
|object
&OpenAiEmbeddingConfig
|object
&VertexAiEmbeddingConfig
|object
&BedrockEmbeddingConfig
Defined in: packages/cloud/src/client/types.gen.ts:2570
The embedding configuration for the embedding model config.
project_id
project_id:
string
Defined in: packages/cloud/src/client/types.gen.ts:2592