Skip to content

Commit cdf5643

Browse files
kirkster96spring-builds
authored andcommitted
Fix typo in ollama-embeddings.adoc
Fixes #4509 Signed-off-by: Cameron Kirk <[email protected]> (cherry picked from commit 9555a61)
1 parent bc5411a commit cdf5643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ 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. | mxbai-embed-large
116+
| spring.ai.model.embedding | Enables the Ollama embedding model auto-configuration. | ollama
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.
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
119119
| spring.ai.ollama.embedding.options.keep_alive | Controls how long the model will stay loaded into memory following the request | 5m
120120
| 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
121121
|====

0 commit comments

Comments
 (0)