You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai_actions/ai_actions_guide.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
description: AI Actions add-on helps editors by automating repetitive tasks.
2
+
description: AI Actions LTS update helps editors by automating repetitive tasks.
3
3
---
4
4
5
5
# AI Actions product guide
6
6
7
7
## What are AI Actions
8
8
9
9
In the evolving landscape of digital experience, artificial intelligence becomes more and more important by enhancing user interaction and automating complex processes.
10
-
[[= product_name =]] can be equipped with the AI Actions add-on, which harnesses AI's potential to automate time-consuming editorial tasks.
10
+
[[= product_name =]] can be equipped with the AI Actions LTS update, which harnesses AI's potential to automate time-consuming editorial tasks.
11
11
AI Actions is an extensible solution for integrating features provided by AI services into your workflows, all managed through a user-friendly interface.
12
12
13
13
Out-of-the-box, AI Actions includes two essential components: a framework package and an OpenAI connector package.
@@ -33,7 +33,7 @@ To begin using AI Actions, you must first [install the required packages and per
33
33
34
34
## How it works
35
35
36
-
AI Actions add-on is built upon the PHP framework.
36
+
AI Actions LTS update is built upon the PHP framework.
37
37
The framework package is responsible for gathering information from various sources, such as AI action types, AI action configurations, and contextual details like SiteAccess, user details, locale settings, and more.
38
38
This data can then be combined with user input.
39
39
It's then passed to a service connector, such as the default OpenAI connector, for final processing on [[= product_name =]] side.
@@ -80,7 +80,7 @@ Handlers take parameters defined in the AI action type and configuration, combin
80
80
81
81
### Triggering actions from the UI
82
82
83
-
Among other elements, AI Actions add-on includes UI components for:
83
+
Among other elements, AI Actions LTS update includes UI components for:
84
84
85
85
- AI action management in the **Admin** panel
86
86
- text modification in online editor
@@ -92,7 +92,7 @@ Procedures are straightforward and intuitive, ensuring that users can quickly ac
92
92
93
93
### Triggering actions programmatically
94
94
95
-
AI Actions add-on exposes a REST API interface that allows for programmatic execution of AI actions.
95
+
AI Actions LTS update exposes a REST API interface that allows for programmatic execution of AI actions.
96
96
With the API, developers can automate tasks and execute actions on batches of content by integrating them into workflows.
97
97
<!---By issuing commands through the API, developers can trigger actions based on external events:
98
98
...--->
@@ -104,23 +104,23 @@ With the API, developers can automate tasks and execute actions on batches of co
104
104
Users with the appropriate permissions, governed by role-based [policies](policies.md#ai-actions), can control the lifecycle of AI actions by creating, editing, executing, and deleting them.
105
105
Additionally, AI action configurations can be enabled or disabled depending on the organization's needs.
An intuitive AI Actions interface within the **Admin** panel displays a list of all available AI actions.
110
110
Here, you can search for specific actions and filter them by type or status.
111
111
By accessing the detailed view of individual AI actions, you can quickly review all their parameters.
112
112
113
113
### Extensibility
114
114
115
-
Built-in AI action types offer a good starting point, but the real power of the AI Actions add-on lies in extensibility.
115
+
Built-in AI action types offer a good starting point, but the real power of the AI Actions LTS update lies in extensibility.
116
116
Extending AI Actions opens up new possibilities for content management and editing.
117
117
Developers can define new models and AI action types that use the existing AI service or even integrate additional services.
118
118
The latter involves developing a new service connector, writing a handler that communicates with the new service, defining a new AI action type, and creating a form for configuring options, which extends the default action configuration form shown in the **Admin** panel.
119
119
For example, if this is your organization's requirement, a developer could write a handler that uses an AI service to <insert_a description and link to Marek's use case> generate complete articles based on a short description, or illustrations based on a body of an article.
120
120
121
121
## Use cases
122
122
123
-
Out of the box, after you configure access to the OpenAI service, the [[= product_name_base =]] AI Actions add-on comes with two action types that can help your organization with the following tasks.
123
+
Out of the box, after you configure access to the OpenAI service, the [[= product_name_base =]] AI Actions LTS update comes with two action types that can help your organization with the following tasks.
Copy file name to clipboardExpand all lines: docs/ai_actions/install_ai_actions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
description: Install the AI Actions add-on.
2
+
description: Install the AI Actions LTS update.
3
3
---
4
4
5
5
# Install AI Actions
6
6
7
-
AI Actions are available as an add-on to [[= product_name =]] in version v4.6.x or higher, regardless of its edition.
7
+
AI Actions are available as an LTS update to [[= product_name =]] in version v4.6.x or higher, regardless of its edition.
8
8
To use this feature you must first install the packages and configure them.
9
9
10
10
## Install packages
@@ -29,7 +29,7 @@ Create an OpenAI account, [get an API key](https://help.openai.com/en/articles/4
29
29
30
30
Then, in the root folder of your project, modify the `.env` file: find the `OPENAI_API_KEY` key and replace a placeholder value with the API key that you got from the AI service.
Run the following command. where `<database_name>` is the same name that you defined when you [installed [[= product_name =]]](install_ibexa_dxp.md#change-installation-parameters).
46
+
Run the following command. where `<database_name>` is the same name that you defined when you [installed [[= product_name =]]](../getting_started/install_ibexa_dxp.md#change-installation-parameters).
Copy file name to clipboardExpand all lines: docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@
77
77
<div class="notification__content">
78
78
<h2>The latest release is v4.6</h2>
79
79
<div>The <a href="release_notes/ibexa_dxp_v4.6/">latest version of Ibexa DXP is v4.6</a>. You can now update your application to the latest version.</div>
80
+
<div>The newest LTS Update to Ibexa DXP v4.6 is <a href="release_notes/ibexa_dxp_v4.6/#ai-actions-lts-update">AI Actions</a>. Install it to let AI help you with editorial tasks.</div>
80
81
</div>
81
82
<div class="notification__cta">
82
83
<a href="update_and_migration/from_4.5/update_from_4.5/">Update your application</a>
Copy file name to clipboardExpand all lines: docs/pim/pim_guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ You can build upon it to connect to a remote PIM or ERP system, pull product dat
151
151
152
152

153
153
154
-
Remote PIM support is available in all [[= product_name =]] editions as of version v.4.6.0.
154
+
Remote PIM support is available in all [[= product_name =]] editions as of version v4.6.0.
155
155
An example implementation is delivered as an optional package that you can [install and customize](add_remote_pim_support.md) to fulfill your requirements.
The AI Actions LTS update enhances the usability and flexibility of [[=product_name=]] v4.6 LTS by harnessing the potential of artificial intelligence to automate time-consuming editorial tasks.
688
+
By default, the AI Actions feature can help users with their work in following scenarios:
689
+
690
+
- Refining text: when editing a content item, users can request that a passage selected in online editor is modified, for example, by adjusting the length of the text, changing its tone, or correcting linguistic errors.
691
+
- Generating alternative text: when working with images, users can ask AI to generate alternative text for them, which helps improve accessibility and SEO.
0 commit comments