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, a new [LTS Update](editions.md#lts-updates), help brings contextual documentation, guidance, and partner-specific resources right into the [[= product_name =]]'s user interface.
18
+
It helps editors, store managers and developers alike quickly access relevant content, training and resources without leaving the UI, which bridges 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 [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
18
65
19
66
You can now speed up taxonomy assignment with AI-powered taxonomy suggestions.
20
-
Instead of manually browsing through large taxonomy trees and selecting categories or tags one by one, editors can pick from suggestions generated based on the product's or content item's name and description.
21
-
Such approach helps reduce manual effort, minimize errors, and significantly improve the speed and consistency of content and product classification.
22
67
23
-
For more information, see [Taxonomy](taxonomy.md#taxonomy-suggestions).
68
+
Instead of manually browsing through large taxonomy trees and selecting categories or tags one by one, editors can pick from suggestions generated based on the product's or content item's information, for example name and description.
24
69
25
-
#### Integrated help
70
+
Such approach helps reduce manual effort, minimize errors, and significantly improve the speed and consistency of content and product classification.
26
71
27
-
Integrated help brings contextual documentation, guidance, and partner-specific resources right into the [[= product_name =]]'s user interface.
28
-
It helps editors, store managers and developers alike quickly access relevant content, training and resources without leaving the UI, which bridges the gap between product and documentation.
72
+

29
73
30
-
The default help menu can be modified th include links to internal editorial guidelines, custom tutorials, or support pages.
74
+
For more information, see [Taxonomy suggestions](taxonomy.md#taxonomy-suggestions).
31
75
32
-

76
+
#### PHP API
33
77
34
-
For more information, see [Integrated help](integrated_help.md).
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).
51
99
52
-
??? note "Sort clauses"
53
-
-
54
-
-
55
-
-
100
+
#### Infrastructure
56
101
57
-
#### REST API
102
+
- MariaDB 11.4 is now [officially supported](requirements.md#dbms)
58
103
59
-
The following changes were made to the REST API:
104
+
#### Developer experience
60
105
61
-
- Endpoint was added
62
-
- Endpoint was enhanced
106
+
##### PHP API
63
107
64
-
[[% include 'snippets/release_46.md' %]]
65
-
[[= release_note_entry_end() =]]
108
+
The PHP API has been enhanced with the following classes and interfaces:
0 commit comments