Logo
Type aliases

EmbeddingModelConfigUpdate

EmbeddingModelConfigUpdate = object

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

Properties

name?

optional name: string | null

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

The name of the embedding model config.


embedding_config?

optional embedding_config: object & AzureOpenAiEmbeddingConfig | object & CohereEmbeddingConfig | object & GeminiEmbeddingConfig | object & HuggingFaceInferenceApiEmbeddingConfig | object & OpenAiEmbeddingConfig | object & VertexAiEmbeddingConfig | object & BedrockEmbeddingConfig | null

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

The embedding configuration for the embedding model config.