Update bedrock-cohere-embedding.adoc to fix an incorrect description
This commit is contained in:
committed by
Mark Pollack
parent
4e7e4cf2b5
commit
78073c64ea
@@ -85,8 +85,8 @@ The https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedr
|
||||
|
||||
On start-up, the default options can be configured with the `BedrockCohereEmbeddingModel(api, options)` constructor or the `spring.ai.bedrock.cohere.embedding.options.*` properties.
|
||||
|
||||
At run-time you can override the default options by adding new, request specific, options to the `EmbeddingRequest` call.
|
||||
For example to override the default temperature for a specific request:
|
||||
At runtime you can override the default options by adding new, request-specific, options to the `EmbeddingRequest` call.
|
||||
For example to override the default input type for a specific request:
|
||||
|
||||
[source,java]
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user