Skip to content

Commit

Permalink
[DOCS] Rename Generative AI connector to OpenAI (#4000)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Oct 3, 2023
1 parent 7390603 commit fac6237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/assistant/security-assistant.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For example, refer to OpenAI's documentation on https://platform.openai.com/docs
.Requirements
[sidebar]
--
* The Elastic AI Assistant and Generative AI connector are available in {stack} versions 8.8.1 and later.
* The Elastic AI Assistant and Generative AI connector are available in {stack} versions 8.8.1 and later. The Generative AI connector is renamed to OpenAI connector in 8.11.0.

* This feature requires an https://www.elastic.co/pricing[Enterprise subscription].

Expand All @@ -41,7 +41,7 @@ For example, refer to OpenAI's documentation on https://platform.openai.com/docs
[[data-information]]
== Your data and AI Assistant

Elastic does not store or examine prompts or results used by AI Assistant, or use this data for model training. This includes anything you send the model, such as alert or event data, detection rule configurations, queries, and prompts. However, any data you provide to AI Assistant will be processed by the third-party provider you chose when setting up the Generative AI connector as part of the assistant setup.
Elastic does not store or examine prompts or results used by AI Assistant, or use this data for model training. This includes anything you send the model, such as alert or event data, detection rule configurations, queries, and prompts. However, any data you provide to AI Assistant will be processed by the third-party provider you chose when setting up the OpenAI connector as part of the assistant setup.

Elastic does not control third-party tools, and assumes no responsibility or liability for their content, operation, or use, nor for any loss or damage that may arise from your using such tools. Please exercise caution when using AI tools with personal, sensitive, or confidential information. Any data you submit may be used by the provider for AI training or other purposes. There is no guarantee that the provider will keep any information you provide secure or confidential. You should familiarize yourself with the privacy practices and terms of use of any generative AI tools prior to use.

Expand All @@ -59,7 +59,7 @@ You must complete these steps before you can use AI Assistant:
* https://platform.openai.com/docs/api-reference[OpenAI]
* https://learn.microsoft.com/en-us/azure/cognitive-services/openai/reference[Azure OpenAI Service]

. Create a {kibana-ref}/gen-ai-action-type.html[Generative AI connector] using the AI provider's API key and URL to authenticate communication between {elastic-sec} and the provider.
. Create an {kibana-ref}/openai-action-type.html[OpenAI connector] using the AI provider's API key and URL to authenticate communication between {elastic-sec} and the provider.
You can do this in {kib} from *{stack-manage-app}* -> *{connectors-ui}*, or from within AI Assistant.

[discrete]
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes/8.8.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ There are no breaking changes in 8.8.1.
[[features-8.8.1]]
==== New features

* Introduces the {kibana-ref}/gen-ai-action-type.html[Generative AI connector] and <<security-assistant,{elastic-sec} Assistant>> for {elastic-sec} ({pull}157228[#157228], {pull}156933[#156933]).
* Introduces the Generative AI connector and <<security-assistant,{elastic-sec} Assistant>> for {elastic-sec} ({pull}157228[#157228], {pull}156933[#156933]).

[discrete]
[[bug-fixes-8.8.1]]
Expand Down

0 comments on commit fac6237

Please sign in to comment.