You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-ai-docs/src/main/antora/modules/ROOT/pages/api/embeddings/ollama-embeddings.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ Here are the advanced request parameter for the Ollama embedding model:
113
113
|====
114
114
| Property | Description | Default
115
115
| 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
117
117
| 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.
118
118
You can use dedicated https://ollama.com/search?c=embedding[Embedding Model] types | mistral
119
119
| spring.ai.ollama.embedding.options.keep_alive | Controls how long the model will stay loaded into memory following the request | 5m
0 commit comments