Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 733 Bytes

File metadata and controls

12 lines (9 loc) · 733 Bytes

# EmbeddingsRequest

Properties

Name Type Description Notes
input \QuantClient\Model\EmbeddingsRequestInput
model_id string Embedding model to use [optional] [default to 'amazon.titan-embed-text-v2:0']
dimensions int Output embedding dimensions. Titan v2 supports: 256, 512, 1024, 8192 [optional] [default to self::DIMENSIONS_NUMBER_1024]
normalize bool Normalize embeddings to unit length (magnitude = 1.0) [optional] [default to true]

[Back to Model list] [Back to API list] [Back to README]