Skip to content

Commit 3f4b5d4

Browse files
authored
doc: fix incorrect default embedding model reference in ollama-embeddings.adoc (#3686)
Auto-cherry-pick to 1.0.x Fixes #3686 Signed-off-by: Jemin Huh <hjm1980@gmail.com>
1 parent 5316073 commit 3f4b5d4

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/ollama-embeddings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Here are the advanced request parameter for the Ollama embedding model:
113113
|====
114114
| Property | Description | Default
115115
| spring.ai.ollama.embedding.enabled (Removed and no longer valid) | Enables the Ollama embedding model auto-configuration. | true
116-
| spring.ai.model.embedding | Enables the Ollama embedding model auto-configuration. | ollama
116+
| spring.ai.model.embedding | Enables the Ollama embedding model auto-configuration. | mxbai-embed-large
117117
| spring.ai.ollama.embedding.options.model | The name of the https://github.com/ollama/ollama?tab=readme-ov-file#model-library[supported model] to use.
118118
You can use dedicated https://ollama.com/search?c=embedding[Embedding Model] types | mistral
119119
| spring.ai.ollama.embedding.options.keep_alive | Controls how long the model will stay loaded into memory following the request | 5m

0 commit comments

Comments
 (0)