Logo
Type aliases

EmbeddingModelConfigUpdate

EmbeddingModelConfigUpdate = object

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

Properties

name?

optional name: string | null

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

The name of the embedding model config.


embedding_config?

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

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

The embedding configuration for the embedding model config.

On this page