Doc: improve table formating
This commit is contained in:
@@ -110,7 +110,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.azure.openai` is the property prefix to configure the connection to Azure OpenAI.
|
||||
|
||||
[cols="3,5,3"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -118,13 +118,13 @@ The prefix `spring.ai.azure.openai` is the property prefix to configure the conn
|
||||
| spring.ai.azure.openai.endpoint | The endpoint from the Azure AI OpenAI `Keys and Endpoint` section under `Resource Management` | -
|
||||
| spring.ai.azure.openai.openai-api-key | (non Azure) OpenAI API key. Used to authenticate with the OpenAI service, instead of Azure OpenAI.
|
||||
This automatically sets the endpoint to https://api.openai.com/v1. Use either `api-key` or `openai-api-key` property.
|
||||
With this configuraiton the `spring.ai.azure.openai.chat.options.deployment-name` is threated as an https://platform.openai.com/docs/models[OpenAi Model] name.| -
|
||||
With this configuration the `spring.ai.azure.openai.chat.options.deployment-name` is threated as an https://platform.openai.com/docs/models[OpenAi Model] name.| -
|
||||
| spring.ai.azure.openai.custom-headers | A map of custom headers to be included in the API requests. Each entry in the map represents a header, where the key is the header name and the value is the header value. | Empty map
|
||||
|====
|
||||
|
||||
The prefix `spring.ai.azure.openai.chat` is the property prefix that configures the `ChatModel` implementation for Azure OpenAI.
|
||||
|
||||
[cols="3,5,3"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -73,7 +73,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the OpenAI chat model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -90,7 +90,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.openai` is used as the property prefix that lets you connect to OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -103,7 +103,7 @@ The prefix `spring.ai.openai` is used as the property prefix that lets you conne
|
||||
|
||||
The prefix `spring.ai.openai.chat` is the property prefix that lets you configure the chat model implementation for OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.huggingface` is the property prefix that lets you configure the chat model implementation for Hugging Face.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
| spring.ai.huggingface.chat.api-key | API Key to authenticate with the Inference Endpoint. | -
|
||||
|
||||
@@ -54,7 +54,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the MiniMax chat model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -71,7 +71,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.minimax` is used as the property prefix that lets you connect to MiniMax.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -83,7 +83,7 @@ The prefix `spring.ai.minimax` is used as the property prefix that lets you conn
|
||||
|
||||
The prefix `spring.ai.minimax.chat` is the property prefix that lets you configure the chat model implementation for MiniMax.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the Mistral AI chat model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -71,7 +71,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.mistralai` is used as the property prefix that lets you connect to OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -83,7 +83,7 @@ The prefix `spring.ai.mistralai` is used as the property prefix that lets you co
|
||||
|
||||
The prefix `spring.ai.mistralai.chat` is the property prefix that lets you configure the chat model implementation for Mistral AI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the Moonshot AI Chat model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -70,7 +70,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.moonshot` is used as the property prefix that lets you connect to Moonshot.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -82,7 +82,7 @@ The prefix `spring.ai.moonshot` is used as the property prefix that lets you con
|
||||
|
||||
The prefix `spring.ai.moonshot.chat` is the property prefix that lets you configure the chat model implementation for Moonshot.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the OpenAI chat model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -67,7 +67,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.openai` is used as the property prefix that lets you connect to OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -79,7 +79,7 @@ The prefix `spring.ai.openai` is used as the property prefix that lets you conne
|
||||
|
||||
The prefix `spring.ai.openai.chat` is the property prefix that lets you configure the chat model implementation for OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.ollama` is the property prefix to configure the connection to Ollama.
|
||||
|
||||
[cols="3,6,1"]
|
||||
[cols="3,6,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -55,7 +55,7 @@ It includes the Ollama request (advanced) parameters such as the `model`, `keep-
|
||||
|
||||
Here are the advanced request parameter for the Ollama chat model:
|
||||
|
||||
[cols="3,6,1"]
|
||||
[cols="3,6,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -68,7 +68,7 @@ Here are the advanced request parameter for the Ollama chat model:
|
||||
|
||||
The remaining `options` properties are based on the link:https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values[Ollama Valid Parameters and Values] and link:https://github.com/ollama/ollama/blob/main/api/types.go[Ollama Types]. The default values are based on the link:https://github.com/ollama/ollama/blob/b538dc3858014f94b099730a592751a5454cab0a/api/types.go#L364[Ollama Types Defaults].
|
||||
|
||||
[cols="3,6,1"]
|
||||
[cols="3,6,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
| spring.ai.ollama.chat.options.numa | Whether to use NUMA. | false
|
||||
|
||||
@@ -51,7 +51,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the OpenAI chat model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -68,7 +68,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.openai` is used as the property prefix that lets you connect to OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -85,7 +85,7 @@ Usage from these API requests will count as usage for the specified organization
|
||||
|
||||
The prefix `spring.ai.openai.chat` is the property prefix that lets you configure the chat model implementation for OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the QianFan Chat client.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -72,7 +72,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.qianfan` is used as the property prefix that lets you connect to QianFan.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -85,7 +85,7 @@ The prefix `spring.ai.qianfan` is used as the property prefix that lets you conn
|
||||
|
||||
The prefix `spring.ai.qianfan.chat` is the property prefix that lets you configure the chat client implementation for QianFan.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.vertex.ai.gemini` is used as the property prefix that lets you connect to VertexAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -62,7 +62,7 @@ The prefix `spring.ai.vertex.ai.gemini` is used as the property prefix that lets
|
||||
|
||||
The prefix `spring.ai.vertex.ai.gemini.chat` is the property prefix that lets you configure the chat model implementation for VertexAI Gemini Chat.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.vertex.ai` is used as the property prefix that lets you connect to VertexAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -68,7 +68,7 @@ The prefix `spring.ai.vertex.ai` is used as the property prefix that lets you co
|
||||
|
||||
The prefix `spring.ai.vertex.ai.chat` is the property prefix that lets you configure the chat model implementation for VertexAI Chat.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ dependencies {
|
||||
|
||||
The prefix `spring.ai.watsonx.ai` is used as the property prefix that lets you connect to watsonx.ai.
|
||||
|
||||
[cols="4,3,3"]
|
||||
[cols="4,3,3", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -55,7 +55,7 @@ The prefix `spring.ai.watsonx.ai` is used as the property prefix that lets you c
|
||||
|
||||
The prefix `spring.ai.watsonx.ai.chat` is the property prefix that lets you configure the chat model implementation for Watsonx.AI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the ZhiPu AI chat model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -71,7 +71,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.zhiPu` is used as the property prefix that lets you connect to ZhiPuAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -83,7 +83,7 @@ The prefix `spring.ai.zhiPu` is used as the property prefix that lets you connec
|
||||
|
||||
The prefix `spring.ai.zhipuai.chat` is the property prefix that lets you configure the chat model implementation for ZhiPuAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.azure.openai` is the property prefix to configure the connection to Azure OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -99,7 +99,7 @@ With this configuraiton the `spring.ai.azure.openai.embedding.options.deployment
|
||||
|
||||
The prefix `spring.ai.azure.openai.embedding` is the property prefix that configures the `EmbeddingModel` implementation for Azure OpenAI
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ export SPRING_AI_BEDROCK_COHERE_EMBEDDING_ENABLED=true
|
||||
|
||||
The prefix `spring.ai.bedrock.aws` is the property prefix to configure the connection to AWS Bedrock.
|
||||
|
||||
[cols="3,4,1"]
|
||||
[cols="3,4,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -64,7 +64,7 @@ The prefix `spring.ai.bedrock.aws` is the property prefix to configure the conne
|
||||
|
||||
The prefix `spring.ai.bedrock.cohere.embedding` (defined in `BedrockCohereEmbeddingProperties`) is the property prefix that configures the embedding model implementation for Cohere.
|
||||
|
||||
[cols="3,4,1"]
|
||||
[cols="3,4,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
| spring.ai.bedrock.cohere.embedding.enabled | Enable or disable support for Cohere | false
|
||||
|
||||
@@ -60,7 +60,7 @@ export SPRING_AI_BEDROCK_TITAN_EMBEDDING_ENABLED=true
|
||||
|
||||
The prefix `spring.ai.bedrock.aws` is the property prefix to configure the connection to AWS Bedrock.
|
||||
|
||||
[cols="3,4,1"]
|
||||
[cols="3,4,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -71,7 +71,7 @@ The prefix `spring.ai.bedrock.aws` is the property prefix to configure the conne
|
||||
|
||||
The prefix `spring.ai.bedrock.titan.embedding` (defined in `BedrockTitanEmbeddingProperties`) is the property prefix that configures the embedding model implementation for Titan.
|
||||
|
||||
[cols="3,4,1"]
|
||||
[cols="3,4,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
| spring.ai.bedrock.titan.embedding.enabled | Enable or disable support for Titan embedding | false
|
||||
|
||||
@@ -54,7 +54,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the MiniMax Embedding model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -71,7 +71,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.minimax` is used as the property prefix that lets you connect to MiniMax.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -83,7 +83,7 @@ The prefix `spring.ai.minimax` is used as the property prefix that lets you conn
|
||||
|
||||
The prefix `spring.ai.minimax.embedding` is property prefix that configures the `EmbeddingModel` implementation for MiniMax.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the Mistral AI Embedding model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -70,7 +70,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.mistralai` is used as the property prefix that lets you connect to MistralAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -82,7 +82,7 @@ The prefix `spring.ai.mistralai` is used as the property prefix that lets you co
|
||||
|
||||
The prefix `spring.ai.mistralai.embedding` is property prefix that configures the `EmbeddingModel` implementation for MistralAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.oci.genai` is the property prefix to configure the connection to OCI GenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -60,7 +60,7 @@ The prefix `spring.ai.oci.genai` is the property prefix to configure the connect
|
||||
|
||||
The prefix `spring.ai.oci.genai.embedding` is the property prefix that configures the `EmbeddingModel` implementation for OCI GenAI
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@ It includes the Ollama request (advanced) parameters such as the `model`, `keep-
|
||||
|
||||
Here are the advanced request parameter for the Ollama embedding model:
|
||||
|
||||
[cols="4,5,1"]
|
||||
[cols="4,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
| spring.ai.ollama.embedding.enabled | Enables the Ollama embedding model auto-configuration. | true
|
||||
@@ -70,7 +70,7 @@ You can use dedicated https://ollama.com/search?c=embedding[Embedding Model] typ
|
||||
|
||||
The remaining `options` properties are based on the link:https://github.com/ollama/ollama/blob/main/docs/modelfile.md#valid-parameters-and-values[Ollama Valid Parameters and Values] and link:https://github.com/ollama/ollama/blob/main/api/types.go[Ollama Types]. The default values are based on: link:https://github.com/ollama/ollama/blob/b538dc3858014f94b099730a592751a5454cab0a/api/types.go#L364[Ollama type defaults].
|
||||
|
||||
[cols="4,5,1"]
|
||||
[cols="4,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
| spring.ai.ollama.embedding.options.numa | Whether to use NUMA. | false
|
||||
|
||||
@@ -66,7 +66,7 @@ The complete list of supported properties are:
|
||||
|
||||
=== Embedding Properties
|
||||
|
||||
[cols="3*"]
|
||||
[cols="3*"", stripes=even]
|
||||
|===
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the OpenAI Embedding model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -71,7 +71,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.openai` is used as the property prefix that lets you connect to OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -88,7 +88,7 @@ Usage from these API requests will count as usage for the specified organization
|
||||
|
||||
The prefix `spring.ai.openai.embedding` is property prefix that configures the `EmbeddingModel` implementation for OpenAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ Use the `spring.ai.postgresml.embedding.options.*` properties to configure your
|
||||
|
||||
The prefix `spring.ai.postgresml.embedding` is property prefix that configures the `EmbeddingModel` implementation for PostgresML embeddings.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
| spring.ai.postgresml.embedding.enabled | Enable PostgresML embedding model. | true
|
||||
|
||||
@@ -55,7 +55,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the QianFan Embedding client.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -72,7 +72,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.qianfan` is used as the property prefix that lets you connect to QianFan.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -85,7 +85,7 @@ The prefix `spring.ai.qianfan` is used as the property prefix that lets you conn
|
||||
|
||||
The prefix `spring.ai.qianfan.embedding` is property prefix that configures the `EmbeddingClient` implementation for QianFan.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -62,7 +62,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.vertex.ai.embedding` is used as the property prefix that lets you connect to VertexAI Embedding API.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -74,7 +74,7 @@ The prefix `spring.ai.vertex.ai.embedding` is used as the property prefix that l
|
||||
|
||||
The prefix `spring.ai.vertex.ai.embedding.multimodal` is the property prefix that lets you configure the embedding model implementation for VertexAI Multimodal Embedding.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -117,8 +117,8 @@ Next, create a `VertexAiMultimodalEmbeddingModel` and use it for embeddings gene
|
||||
|
||||
[source,java]
|
||||
----
|
||||
VertexAiEmbeddigConnectionDetails connectionDetails =
|
||||
VertexAiEmbeddigConnectionDetails.builder()
|
||||
VertexAiEmbeddingConnectionDetails connectionDetails =
|
||||
VertexAiEmbeddingConnectionDetails.builder()
|
||||
.withProjectId(System.getenv(<VERTEX_AI_GEMINI_PROJECT_ID>))
|
||||
.withLocation(System.getenv(<VERTEX_AI_GEMINI_LOCATION>))
|
||||
.build();
|
||||
|
||||
@@ -69,7 +69,7 @@ The prefix `spring.ai.vertex.ai` is used as the property prefix that lets you co
|
||||
|
||||
The prefix `spring.ai.vertex.ai.embedding` is the property prefix that lets you configure the embedding model implementation for VertexAI Chat.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.vertex.ai.embedding` is used as the property prefix that lets you connect to VertexAI Embedding API.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -66,7 +66,7 @@ The prefix `spring.ai.vertex.ai.embedding` is used as the property prefix that l
|
||||
|
||||
The prefix `spring.ai.vertex.ai.embedding.text` is the property prefix that lets you configure the embedding model implementation for VertexAI Text Embedding.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ The `spring.ai.watsonx.embedding.options.*` properties are used to configure the
|
||||
|
||||
The prefix `spring.ai.watsonx.ai` is used as the property prefix that lets you connect to watsonx.ai.
|
||||
|
||||
[cols="4,3,3"]
|
||||
[cols="4,3,3", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -64,7 +64,7 @@ The prefix `spring.ai.watsonx.ai` is used as the property prefix that lets you c
|
||||
|
||||
The prefix `spring.ai.watsonx.embedding.options` is the property prefix that configures the `EmbeddingModel` implementation for Watsonx.ai.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ TIP: Refer to the xref:getting-started.adoc#dependency-management[Dependency Man
|
||||
|
||||
The prefix `spring.ai.retry` is used as the property prefix that lets you configure the retry mechanism for the ZhiPuAI Embedding model.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -71,7 +71,7 @@ The prefix `spring.ai.retry` is used as the property prefix that lets you config
|
||||
|
||||
The prefix `spring.ai.zhipuai` is used as the property prefix that lets you connect to ZhiPuAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
@@ -83,7 +83,7 @@ The prefix `spring.ai.zhipuai` is used as the property prefix that lets you conn
|
||||
|
||||
The prefix `spring.ai.zhipuai.embedding` is property prefix that configures the `EmbeddingModel` implementation for ZhiPuAI.
|
||||
|
||||
[cols="3,5,1"]
|
||||
[cols="3,5,1", stripes=even]
|
||||
|====
|
||||
| Property | Description | Default
|
||||
|
||||
|
||||
Reference in New Issue
Block a user