Update mistralai-embeddings.adoc (#3362)
Default value for the spring.ai.model.embedding should be "mistral" and not "true" Signed-off-by: Andrea Vacondio <andrea.vacondio@gmail.com>
This commit is contained in:
@@ -132,7 +132,7 @@ The prefix `spring.ai.mistralai.embedding` is property prefix that configures th
|
||||
| Property | Description | Default
|
||||
|
||||
| spring.ai.mistralai.embedding.enabled (Removed and no longer valid) | Enable OpenAI embedding model. | true
|
||||
| spring.ai.model.embedding | Enable OpenAI embedding model. | true
|
||||
| spring.ai.model.embedding | Enable OpenAI embedding model. | mistral
|
||||
| spring.ai.mistralai.embedding.base-url | Optional overrides the spring.ai.mistralai.base-url to provide embedding specific url | -
|
||||
| spring.ai.mistralai.embedding.api-key | Optional overrides the spring.ai.mistralai.api-key to provide embedding specific api-key | -
|
||||
| spring.ai.mistralai.embedding.metadata-mode | Document content extraction mode. | EMBED
|
||||
|
||||
Reference in New Issue
Block a user