Skip to content

Commit c0f4fc6

Browse files
dabrtmnoconmikadamczyk
committed
IBX-11004: Describe taxonomy suggestions in user doc (#382)
* IBX-11004: Describe taxonomy suggestions in user doc * Fixed broken link * Apply suggestions from code review Co-authored-by: Mikolaj Adamczyk <[email protected]> * Review fixes --------- Co-authored-by: Marek Nocoń <[email protected]> Co-authored-by: Mikolaj Adamczyk <[email protected]>
1 parent af47a0c commit c0f4fc6

File tree

7 files changed

+47
-4
lines changed

7 files changed

+47
-4
lines changed
25 KB
Loading

docs/ai_actions/work_with_ai_actions.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,45 @@ You can create AI actions that perform actions of different types, using differe
9797

9898
1. When ready, toggle the status of the AI action to enabled.
9999

100-
1. In the **Settings** area.
100+
1. Make settings in the **Settings** area.
101101
For a list of available settings, see [Edit existing AI actions](#edit-existing-ai-actions).
102102

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

105105
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/4amA1EL6g3fFxSmQoFCp?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Work with AI actions" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
106106

107-
## Create AI actions that use [[= product_name_connect =]]
107+
### Create AI actions that control taxonomy suggestions
108+
109+
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.
110+
111+
1. Navigate to the Admin Panel and select **AI actions**.
112+
113+
1. In the **AI actions** list, click **Create**.
114+
115+
1. In the slide-out pane, make initial choices in the following fields, and click **Create**:
116+
117+
- **Language** - sets the base language for the AI action
118+
- **Action type** - sets an action type to serve as a template for the AI action, for example, **Suggest taxonomy**
119+
- **Action handler** - sets the AI model used to process the requests resulting from this AI action.
120+
Pick `taxonomy-text-to-taxonomy`
121+
122+
1. Make settings in the **Global properties** section, as described above.
123+
124+
1. Make settings in the **Settings** area:
125+
1. Select a group of content types or product types that you want to pick types from.
126+
1. Select the content types or product types in which you want to allow editors to use taxonomy suggestions.
127+
1. Select source fields that contain values to be sent to an AI service for processing.
128+
1. Select target fields (of **Taxonomy Entry Assignemnt** type) for which taxonomy entry suggestions are provided.
129+
130+
![Selecting source fields](img/taxonomy_source_fields.png "Selecting source fields")
131+
132+
1. Make optional settings, for example:
133+
- Define a maximum number of returned suggestions
134+
- Set the maximum number of tokens to be used by each call when generating suggestions
135+
136+
1. Click **Save and close** to apply the changes or **Discard** to discard them and close the window.
137+
138+
### Create AI actions that use [[= product_name_connect =]]
108139

109140
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.
110141
One such example could be sending out a text for translation by one service, and then to another to make sure that the resulting translation is written in the right tone.

docs/content_management/create_edit_content_items.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,10 @@ For this feature to work as described, the content type must have a **Metadata**
257257

258258
![Selecting Taxonomy entries](img/taxonomy_select_taxonomy_entries.png "Selecting Taxonomy entries")
259259

260-
For more information, see [Assign tag to content from taxonomy tree](taxonomy/work_with_tags.md#assign-tag-to-content-from-taxonomy-tree).
260+
!!! note "Taxonomy suggestions"
261+
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.
263+
264+
![Taxonomy entries suggested by the AI Assistant](img/taxonomy_suggestions_content.png "Taxonomy entries suggested by the AI Assistant")
265+
266+
For more information, see [Assign tag to content from taxonomy tree](taxonomy/work_with_tags.md#add-taxonomy-entry-assignment-field-to-content-type).
45.8 KB
Loading

docs/content_management/taxonomy/work_with_tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Now, the tag is visible in the taxonomy tree.
2525

2626
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/l7FSQBrnzGvtBgAaicrs?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Add new tag" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
2727

28-
### Assign tag to content from taxonomy tree
28+
### Add Taxonomy Entry Assignment field to content type
2929

3030
Taxonomy is controlled and configured by the *Taxonomy Entry Assignment* field settings, so you can use multiple fields of this type with different taxonomies, for example, tags and product categories in the same content type.
3131
To be able to assign tags to a Content, first, you need to add a *Taxonomy Entry Assignment* field to the content type definition.
45.2 KB
Loading

docs/pim/work_with_product_categories.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ You can create or change product category relationships with products in two way
9090

9191
![Adding product categories](img/product_category_selection.png "Adding product categories")
9292

93+
!!! note "Taxonomy suggestions"
94+
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.
96+
97+
![Product categories suggested by the AI Assistant](img/taxonomy_suggestions_products.png "Product categories suggested by the AI Assistant")
98+
9399
### Assign products by editing product category details
94100

95101
1. In the left panel, click **Product catalog** -> **Categories** to navigate to the product category tree.

0 commit comments

Comments
 (0)