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
Once the feature is [enabled](#enable-taxonomy-suggestions), with taxonomy suggestions, editors can pick from suggestions generated by an AI service based on selected fields like the product's or content item's name and description instead of having to manually browse through taxonomy trees and selecting [product categories]([[= user_doc =]]/pim/work_with_product_categories/#assign-product-categories-by-editing-product-details) or [tags]([[= user_doc =]]/content_management/create_edit_content_items/#add-taxonomy-entries).
119
119
120
120
Taxonomy suggestions build on existing [AI Actions](ai_actions_guide.md) functionality.
121
-
The `Ibexa\Contracts\Taxonomy\Embedding\TaxonomyEmbeddingFieldProviderInterface` service uses an existing taxonomy tree as reference, generating an embedding for each path in the taxonomy tree and storing it in the search index.
121
+
The [`TaxonomyEmbeddingFieldProviderInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Taxonomy-Embedding-TaxonomyEmbeddingFieldProviderInterface.html)
122
+
service uses an existing taxonomy tree as reference, generating an embedding for each path in the taxonomy tree and storing it in the search index.
122
123
123
124
For performance reasons, embeddings for the taxonomy tree entries are generated only in two cases:
124
125
@@ -256,7 +257,7 @@ You can extend the feature by replacing the default code by exploring one of the
256
257
By default, the system uses the `ibexa_openai` connector.
257
258
You can add your own embedding provider if needed. To do it:
258
259
259
-
- Implement the `EmbeddingProviderInterface`
260
+
- Implement the [`EmbeddingProviderInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Search-Embedding-EmbeddingProviderInterface.html)
260
261
- Register the service with the `ibexa.embedding_provider` tag
Integrated help, a new [LTS Update](editions.md#lts-updates), brings contextual documentation, guidance, and partner-specific resources right into the user interface of [[= product_name =]].
18
+
It helps editors, store managers, and developers to quickly access relevant content, training and resources without leaving the UI, narrowing the gap between product and documentation.
19
+
20
+
The default help menu can be modified to include links to internal editorial guidelines, custom tutorials, or support pages.
21
+
22
+

23
+
24
+
For more information, see [Integrated help](integrated_help.md).
Real-time editing is now part of the [Collaborative editing](collaborative_editing.md) feature.
33
+
34
+
By using it, users can edit and review content in real time, making teamwork faster, more efficient, and streamlining the content review process.
35
+
The system automatically tracks changes, allowing seamless collaboration within a single content item.
36
+
37
+
This extends the already existing capabilities allowing editors to work on the same content created in [[= product_name =]] simultaneously, streamlining the content creation and review process.
38
+
39
+

40
+
41
+
For more information, see how to [install Collaborative editing](https://doc.ibexa.co/en/4.6/content_management/collaborative_editing/install_collaborative_editing).
42
+
43
+
#### PHP API
44
+
45
+
The PHP API has been enhanced with the following classes and interfaces:
#### Taxonomy suggestions for faster content classification
65
+
66
+
You can now speed up taxonomy assignment with AI-powered taxonomy suggestions.
67
+
68
+
Instead of manually browsing through large taxonomy trees and selecting categories or tags one by one, editors can choose from automatically generated suggestions based on the product or content information, for example name and description.
69
+
70
+
This approach reduces manual effort, minimizes errors, and significantly improves the speed and consistency of content and product classification.
71
+
72
+

73
+
74
+
For more information, see [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions).
75
+
76
+
#### PHP API
77
+
78
+
The PHP API has been enhanced with the following classes:
To learn more, see the [corresponding security advisory](https://developers.ibexa.co/security-advisories/ibexa-sa-2025-005-password-change-and-xss-vulnerabilities-in-back-office).
99
+
100
+
#### Infrastructure
101
+
102
+
- MariaDB 11.4 is now [officially supported](requirements.md#dbms)
103
+
104
+
#### Developer experience
105
+
106
+
##### PHP API
107
+
108
+
The PHP API has been enhanced with the following classes and interfaces:
0 commit comments