Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/ai_actions/ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can also extend it to perform other tasks or support additional AI services.
[[= cards([
"ai_actions/ai_actions_guide",
"ai_actions/configure_ai_actions",
("content_management/taxonomy/taxonomy#taxonomy-suggestions", "Taxonomy suggestions", "Learn how to use AI to suggest tags and categories"),
("permissions/policies#ai-actions", "Policies", "Learn about the available AI Actions policies"),
("https://doc.ibexa.co/projects/userguide/en/5.0/ai_actions/work_with_ai_actions/"),
], columns=2) =]]
Expand Down
6 changes: 6 additions & 0 deletions docs/ai_actions/ai_actions_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ AI Actions solution comes pre-configured with the following action types:

- [Refine text](#refining-text): Rewrite existing text according to instructions set in a prompt
- [Generate alternative text](#generating-alternative-text): Generate alt text for images for accessibility purposes
- [Suggest taxonomy entries](#suggesting-taxonomy-entries): Generate tag or product category suggestions based on content fields

![AI Actions schematic](img/guide_ai_actions.png)

Expand Down Expand Up @@ -160,6 +161,11 @@ Once the feature is configured, editors can generate alt text for images they up

With some customization, administrators could use the API to run a batch process against a larger collection of illustrations.

### Suggesting taxonomy entries

Content editors and product managers can use [taxonomy suggestions](taxonomy.md#taxonomy-suggestions) when assigning tags or product categorie to content items and products.
Instead of manually browsing through extensive taxonomy trees, editors can request suggestions based on the content's text fields, such as name and description.

### Performing advanced image to text analysis

With some additional customization, store managers could benefit from automating part of product management by integrating their [[= product_name =]] with Google Cloud Vision and [PIM](pim_guide.md) by using [[= product_name_connect =]].
Expand Down
6 changes: 6 additions & 0 deletions docs/ai_actions/configure_ai_actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ The AI actions come with sample AI action configurations to quickly get you star

Based on these examples, which reflect the most common use cases, you can learn to configure your own AI actions with greater ease.

!!! note "Taxonomy suggestions"

OpenAI connector is also used by the [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions) feature to generate embeddings for suggesting tags and product categories.
After you configure the connector, you can [create AI actions that use the Text to Taxonomy action type]([[= user_doc =]]/ai_actions/work_with_ai_actions/#create-ai-actions-that-control-taxonomy-suggestions).
You can also create [your own embedding provider](taxonomy.md#replace-the-embedding-provider).

## Install Anthropic connector [[% include 'snippets/lts-update_badge.md' %]]

Run the following command to install the package:
Expand Down
Loading