diff --git a/modules/ROOT/pages/genai-integrations.adoc b/modules/ROOT/pages/genai-integrations.adoc index 47582cd8f..4de082e41 100644 --- a/modules/ROOT/pages/genai-integrations.adoc +++ b/modules/ROOT/pages/genai-integrations.adoc @@ -223,9 +223,6 @@ Each provider has its own configuration map that can be passed to `genai.vector. * Identifier (`provider` argument): `"VertexAI"` * https://cloud.google.com/vertex-ai/docs/generative-ai/embeddings/get-text-embeddings[Official Vertex AI documentation] -.Vertex AI provider details -[%collapsible] -==== .Configuration map [%header,cols="1m,1m,3a,2"] |=== @@ -308,7 +305,6 @@ Supported values: + | The title of the document that is being encoded (see link:https://cloud.google.com/vertex-ai/generative-ai/docs/embeddings/get-text-embeddings#api_changes_to_models_released_on_or_after_august_2023[provider documentation]). The specified `title` will apply to all resources in a batch. label:new[Introduced in 5.19] | |=== -==== [[openai]] === OpenAI @@ -316,9 +312,6 @@ Supported values: + * Identifier (`provider` argument): `"OpenAI"` * https://platform.openai.com/docs/guides/embeddings[Official OpenAI documentation] -.OpenAI provider details -[%collapsible] -==== .Configuration map [%header,cols="1m,1m,3a,2"] |=== @@ -339,7 +332,6 @@ Supported values: + | The number of dimensions you want to reduce the vector to. Only supported for certain models. | Model-dependent. |=== -==== [[azure-openai]] [role=label--new-5.18] @@ -351,9 +343,6 @@ Supported values: + [NOTE] Unlike the other providers, the model is configured when creating the deployment on Azure, and is thus not part of the configuration map. -.Azure OpenAI provider details -[%collapsible] -==== .Configuration map [%header,cols="1m,1m,3a,2"] |=== @@ -379,7 +368,6 @@ Unlike the other providers, the model is configured when creating the deployment | The number of dimensions you want to reduce the vector to. Only supported for certain models. | Model-dependent. |=== -==== [[amazon-bedrock]] === Amazon Bedrock @@ -387,9 +375,6 @@ Unlike the other providers, the model is configured when creating the deployment * Identifier (`provider` argument): `"Bedrock"` * https://docs.aws.amazon.com/bedrock/latest/APIReference/welcome.html[Official Bedrock documentation] -.Amazon Bedrock provider details -[%collapsible] -==== .Configuration map [%header,cols="1m,1m,3a,2"] |=== @@ -430,4 +415,4 @@ Supported values: + | `"us-east-1"` |=== -==== +