Logo
Type aliases

EmbeddingModelConfig

EmbeddingModelConfig = object

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

Schema for an embedding model config.

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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

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:1837

The embedding configuration for the embedding model config.


project_id

project_id: string

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

On this page