Logo
Type aliases

EmbeddingModelConfigCreate

EmbeddingModelConfigCreate = object

Defined in: packages/cloud/src/client/types.gen.ts:1848

Properties

name

name: string

Defined in: packages/cloud/src/client/types.gen.ts:1852

The name of the embedding model config.


embedding_config

embedding_config: AzureOpenAIEmbeddingConfig | CohereEmbeddingConfig | GeminiEmbeddingConfig | HuggingFaceInferenceAPIEmbeddingConfig | OpenAIEmbeddingConfig | VertexAIEmbeddingConfig | BedrockEmbeddingConfig

Defined in: packages/cloud/src/client/types.gen.ts:1856

The embedding configuration for the embedding model config.

On this page