Skip to content

Commit 0d91526

Browse files
torakikiilayaperumalg
authored andcommitted
Update mistralai-embeddings.adoc (#3362)
Default value for the spring.ai.model.embedding should be "mistral" and not "true" Signed-off-by: Andrea Vacondio <[email protected]>
1 parent cfa4128 commit 0d91526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/mistralai-embeddings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ The prefix `spring.ai.mistralai.embedding` is property prefix that configures th
132132
| Property | Description | Default
133133

134134
| spring.ai.mistralai.embedding.enabled (Removed and no longer valid) | Enable OpenAI embedding model. | true
135-
| spring.ai.model.embedding | Enable OpenAI embedding model. | true
135+
| spring.ai.model.embedding | Enable OpenAI embedding model. | mistral
136136
| spring.ai.mistralai.embedding.base-url | Optional overrides the spring.ai.mistralai.base-url to provide embedding specific url | -
137137
| spring.ai.mistralai.embedding.api-key | Optional overrides the spring.ai.mistralai.api-key to provide embedding specific api-key | -
138138
| spring.ai.mistralai.embedding.metadata-mode | Document content extraction mode. | EMBED

0 commit comments

Comments
 (0)