Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Edit Google Gemini connector #187528

Merged
merged 2 commits into from
Jul 4, 2024
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
6 changes: 3 additions & 3 deletions docs/management/connectors/action-types/gemini.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ image::management/connectors/images/gemini-connector.png[{gemini} connector]

Name:: The name of the connector.
API URL:: The {gemini} request URL.
PROJECT ID:: The project which has Vertex AI endpoint enabled.
Project ID:: The project which has Vertex AI endpoint enabled.
Region:: The GCP region where the Vertex AI endpoint enabled.
Default model:: The GAI model for {gemini} to use. Current support is for the Google Gemini models, defaulting to gemini-1.5-pro-001. The model can be set on a per request basis by including a "model" parameter alongside the request body.
Credentials JSON:: The GCP service account JSON file for authentication.
Expand All @@ -47,7 +47,7 @@ image::management/connectors/images/gemini-params.png[{gemini} params test]

The {gemini} actions have the following configuration properties.

Body:: A stringified JSON payload sent to the {gemini} Invoke Model API URL. For example:
Body:: A stringified JSON payload sent to the {gemini} invoke model API. For example:
+
[source,text]
--
Expand All @@ -65,7 +65,7 @@ Body:: A stringified JSON payload sent to the {gemini} Invoke Model API URL
})
}
--
Model:: An optional string that will overwrite the connector's default model. For
Model:: An optional string that overwrites the connector's default model.

[float]
[[gemini-connector-networking-configuration]]
Expand Down