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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -113,9 +113,9 @@ 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. | mxbai-embed-large
116
+
| spring.ai.model.embedding | Enables the Ollama embedding model auto-configuration. | ollama
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
-
You can use dedicated https://ollama.com/search?c=embedding[Embedding Model] types | mistral
118
+
You can use dedicated https://ollama.com/search?c=embedding[Embedding Model] types | mxbai-embed-large
119
119
| spring.ai.ollama.embedding.options.keep_alive | Controls how long the model will stay loaded into memory following the request | 5m
120
120
| spring.ai.ollama.embedding.options.truncate | Truncates the end of each input to fit within context length. Returns error if false and context length is exceeded. | true
0 commit comments