Class BedrockCohereEmbeddingOptions
java.lang.Object
org.springframework.ai.bedrock.cohere.BedrockCohereEmbeddingOptions
- All Implemented Interfaces:
org.springframework.ai.embedding.EmbeddingOptions,org.springframework.ai.model.ModelOptions
public class BedrockCohereEmbeddingOptions
extends Object
implements org.springframework.ai.embedding.EmbeddingOptions
Options for the Bedrock Cohere embedding API.
- Author:
- Christian Tzolov, Thomas Vitale, Ilayaperumal Gopinathan
-
Constructor Details
-
BedrockCohereEmbeddingOptions
public BedrockCohereEmbeddingOptions()
-
-
Method Details
-
builder
-
getInputType
-
setInputType
-
getTruncate
-
setTruncate
-
getModel
- Specified by:
getModelin interfaceorg.springframework.ai.embedding.EmbeddingOptions
-
getDimensions
- Specified by:
getDimensionsin interfaceorg.springframework.ai.embedding.EmbeddingOptions
-