mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
# Backport This will backport the following commits from `main` to `8.15`: - [[DOCS] Edit Google Gemini connector (#187528)](https://github.com/elastic/kibana/pull/187528) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-07-04T14:42:55Z","message":"[DOCS] Edit Google Gemini connector (#187528)","sha":"477b92444a47a4b93e50f67f3c8ff3cc89fbdaaf","branchLabelMapping":{"^v8.15.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:skip","docs","Team:Security Generative AI","v8.15.0"],"number":187528,"url":"https://github.com/elastic/kibana/pull/187528","mergeCommit":{"message":"[DOCS] Edit Google Gemini connector (#187528)","sha":"477b92444a47a4b93e50f67f3c8ff3cc89fbdaaf"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.15.0","labelRegex":"^v8.15.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/187528","number":187528,"mergeCommit":{"message":"[DOCS] Edit Google Gemini connector (#187528)","sha":"477b92444a47a4b93e50f67f3c8ff3cc89fbdaaf"}}]}] BACKPORT-->
This commit is contained in:
parent
1c1713ac2e
commit
9aeb629a93
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
@ -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]
|
||||
--
|
||||
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue