Skip to content

Commit 894c687

Browse files
committed
Review fixes
1 parent 493860b commit 894c687

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed
-9.21 KB
Loading

docs/ai_actions/work_with_ai_actions.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For a list of available settings, see [Edit existing AI actions](#edit-existing-
105105

106106
### Create AI actions that control taxonomy suggestions
107107

108-
If the Taxonomy suggestions [LTS Update]([[= developer_doc =]]/ibexa_products/editions#lts-updates) is installed in your system, before editors can use it to pick from product categories or tags suggested by an AI service, you must configure an AI action for the product types or content types of your choice.
108+
If the [Taxonomy suggestions]([[= developer_doc =]]/content_management/taxonomy/taxonomy#taxonomy-suggestions) feature is enabled in your system, before editors can use it to pick from product categories or tags suggested by an AI service, you must configure an AI action for the product types or content types of your choice.
109109

110110
1. Navigate to the Admin Panel and select **AI actions**.
111111

@@ -121,21 +121,19 @@ If the Taxonomy suggestions [LTS Update]([[= developer_doc =]]/ibexa_products/ed
121121
1. Make settings in the **Global properties** section, as described above.
122122

123123
1. Make settings in the **Settings** area:
124-
1. Select a group of content types that you want to pick content types from.
125-
1. Select the content types in which you want to allow editors to use taxonomy suggestions.
124+
1. Select a group of content types or product types that you want to pick types from.
125+
1. Select the content types or product types in which you want to allow editors to use taxonomy suggestions.
126126
1. Select source fields that contain values to be sent to an AI service for processing.
127-
1. Select target fields for which taxonomy entry suggestions are provided.
127+
1. Select target fields (of **Taxonomy Entry Assignemnt** type) for which taxonomy entry suggestions are provided.
128128

129129
![Selecting source fields](img/taxonomy_source_fields.png "Selecting source fields")
130130

131131
1. Make optional settings, for example:
132132
- Define a maximum number of returned suggestions
133-
- Select a prompt and model to be be used for generating suggestions
134133
- Set the maximum number of tokens to be used by each call when generating suggestions
135134

136135
1. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
137136

138-
139137
### Create AI actions that use [[= product_name_connect =]]
140138

141139
If your organization uses [[= product_name_connect =]], you can build multi-step scenarios that define the logic needed to process your input data, for example, by merging the output of multiple AI services.

docs/content_management/create_edit_content_items.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,8 @@ For this feature to work as described, the content type must have a **Metadata**
259259

260260
!!! note "Taxonomy suggestions"
261261

262-
If the Taxonomy suggestions [LTS Update]([[= developer_doc =]]/ibexa_products/editions#lts-updates) is installed and configured in your system, instead of manually browsing the taxonomy tree and selecting tags one by one, you can click **AI Suggest category** and pick from suggestions made by the AI Assistant.
262+
If the [Taxonomy suggestions]([[= developer_doc =]]/content_management/taxonomy/taxonomy#taxonomy-suggestions) feature is enabled in your system, instead of manually browsing the taxonomy tree and selecting tags one by one, you can click **AI Suggest category** and pick from suggestions made by the AI Assistant.
263263

264264
![Taxonomy entries suggested by the AI Assistant](img/taxonomy_suggestions_content.png "Taxonomy entries suggested by the AI Assistant")
265265

266-
267266
For more information, see [Assign tag to content from taxonomy tree](taxonomy/work_with_tags.md#add-taxonomy-entry-assignment-field-to-content-type).

docs/pim/work_with_product_categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can create or change product category relationships with products in two way
9292

9393
!!! note "Taxonomy suggestions"
9494

95-
If the Taxonomy suggestions [LTS Update]([[= developer_doc =]]/ibexa_products/editions#lts-updates) is installed and configured in your system, instead of manually browsing the product category tree and selecting categories one by one, you can click **AI Suggest category** and pick from suggestions made by the AI Assistant.
95+
If the [Taxonomy suggestions]([[= developer_doc =]]/content_management/taxonomy/taxonomy#taxonomy-suggestions) feature is enabled in your system, instead of manually browsing the product category tree and selecting categories one by one, you can click **AI Suggest category** and pick from suggestions made by the AI Assistant.
9696

9797
![Product categories suggested by the AI Assistant](img/taxonomy_suggestions_products.png "Product categories suggested by the AI Assistant")
9898

0 commit comments

Comments
 (0)