Table of Contents

Enum BedrockEmbedder.ModelFamily

Namespace
LMKit.Integrations.Aws.Embeddings
Assembly
LM-Kit.NET.Integrations.Aws.dll

Identifies the Bedrock embedding model family, which determines the request and response payload shape.

public enum BedrockEmbedder.ModelFamily

Fields

Titan = 0

Amazon Titan Text Embeddings (single input per request).

Cohere = 1

Cohere Embed (batched input, query/passage aware).

Share