Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ Here are the advanced request parameter for the Ollama embedding model:
|====
| Property | Description | Default
| spring.ai.ollama.embedding.enabled (Removed and no longer valid) | Enables the Ollama embedding model auto-configuration. | true
| spring.ai.model.embedding | Enables the Ollama embedding model auto-configuration. | mxbai-embed-large
| spring.ai.model.embedding | Enables the Ollama embedding model auto-configuration. | ollama
| 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.
You can use dedicated https://ollama.com/search?c=embedding[Embedding Model] types | mistral
You can use dedicated https://ollama.com/search?c=embedding[Embedding Model] types | mxbai-embed-large
| spring.ai.ollama.embedding.options.keep_alive | Controls how long the model will stay loaded into memory following the request | 5m
| 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
|====
Expand Down
Loading