Skip to content
Merged
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
17 changes: 1 addition & 16 deletions modules/ROOT/pages/genai-integrations.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
|===
Expand Down Expand Up @@ -308,17 +305,13 @@ 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

* 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"]
|===
Expand All @@ -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]
Expand All @@ -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"]
|===
Expand All @@ -379,17 +368,13 @@ 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

* 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"]
|===
Expand Down Expand Up @@ -430,4 +415,4 @@ Supported values: +
| `"us-east-1"`

|===
====