Update bedrock-cohere-embedding.adoc to fix an incorrect description

This commit is contained in:
Bruno Oliveira
2024-10-07 11:19:46 +02:00
committed by Mark Pollack
parent 4e7e4cf2b5
commit 78073c64ea

View File

@@ -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]
----