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 = 0Amazon Titan Text Embeddings (single input per request).
Cohere = 1Cohere Embed (batched input, query/passage aware).