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
COMMENT ON COLUMN ibexa_action_configuration.created_at IS '(DC2Type:datetime_immutable)';
6
+
COMMENT ON COLUMN ibexa_action_configuration.updated_at IS '(DC2Type:datetime_immutable)';
7
+
CREATETABLEibexa_action_configuration_ml (id SERIALNOT NULL, action_configuration_id INTNOT NULL, language_id BIGINTNOT NULL, name VARCHAR(190) NOT NULL, description TEXT DEFAULT NULL, PRIMARY KEY(id));
Copy file name to clipboardExpand all lines: docs/ai_actions/ai_actions_guide.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
description: AI Actions LTS update helps editors by automating repetitive tasks.
3
+
month_change: true
3
4
---
4
5
5
6
# AI Actions product guide
@@ -70,7 +71,7 @@ Website administrators manage AI action configurations in the [**Admin** panel](
70
71
It might involve setting specific parameters used by the AI service, a response length, an expense limit, or configuring how the output should be handled.
71
72
By making such adjustments, administrators can ensure that the actions are tailored to meet the needs of your organization.
72
73
73
-
#### Models
74
+
#### Model
74
75
75
76
Once an AI action is defined and configured, it must be executed, and this is where models come into play.
76
77
Each model is designed to work with a specific AI service and AI action type pair.
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).
55
+
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/release_notes/ibexa_dxp_v4.6.md
+16-13Lines changed: 16 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,21 @@ description: Ibexa DXP v4.6 brings improvements to Commerce, PIM and Personaliza
14
14
15
15
**Update**: [v4.5.x to v4.6](https://doc.ibexa.co/en/latest/update_and_migration/from_4.5/update_from_4.5/)
16
16
17
+
18
+
## LTS Updates
19
+
20
+
### AI Actions LTS update
21
+
22
+
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.
23
+
By default, the AI Actions feature can help users with their work in following scenarios:
24
+
25
+
- 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.
26
+
- Generating alternative text: when working with images, users can ask AI to generate alternative text for them, which helps improve accessibility and SEO.
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