Logo
Type aliases

EmbeddingModelConfig

EmbeddingModelConfig = object

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

Schema for an embedding model config.

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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

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

The embedding configuration for the embedding model config.


project_id

project_id: string

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

On this page