Skip to content

Commit 78073c6

Browse files
bruno-oliveiramarkpollack
authored andcommitted
Update bedrock-cohere-embedding.adoc to fix an incorrect description
1 parent 4e7e4cf commit 78073c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/bedrock-cohere-embedding.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The https://github.com/spring-projects/spring-ai/blob/main/models/spring-ai-bedr
8585

8686
On start-up, the default options can be configured with the `BedrockCohereEmbeddingModel(api, options)` constructor or the `spring.ai.bedrock.cohere.embedding.options.*` properties.
8787

88-
At run-time you can override the default options by adding new, request specific, options to the `EmbeddingRequest` call.
89-
For example to override the default temperature for a specific request:
88+
At runtime you can override the default options by adding new, request-specific, options to the `EmbeddingRequest` call.
89+
For example to override the default input type for a specific request:
9090

9191
[source,java]
9292
----

0 commit comments

Comments
 (0)