Class BedrockCohereEmbeddingOptions
java.lang.Object
org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
- All Implemented Interfaces:
EmbeddingOptions
,ModelOptions
Options for the Bedrock Cohere embedding API.
- Author:
- Christian Tzolov, Thomas Vitale
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.springframework.ai.embedding.EmbeddingOptions
EMPTY
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BedrockCohereEmbeddingOptions
public BedrockCohereEmbeddingOptions()
-
-
Method Details
-
builder
-
getInputType
-
setInputType
-
getTruncate
-
setTruncate
-
getModel
- Specified by:
getModel
in interfaceEmbeddingOptions
-
getDimensions
- Specified by:
getDimensions
in interfaceEmbeddingOptions
-