Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: a68f7d7881c14693db00597e3ccdf3510e248e7f
https://github.com/xwiki-contrib/application-ai-llm/commit/a68f7d7881c14693…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIEmbeddingModel.java
Log Message:
-----------
LLMAI-38: Support for embedding models
* Provide more helpful messages when an embedding request fails.
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c2d6f789ec97e37096a53bb30f294f53f209767f
https://github.com/xwiki/xwiki-platform/commit/c2d6f789ec97e37096a53bb30f29…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R151002000XWIKI21448DataMigration.java
Log Message:
-----------
XWIKI-21802: Notification filters related to subwiki are lost
* Use the right serializer for performing comparison: compactwiki only
works if the wiki reference is set, here we need a local serializer
since we never want the wiki reference
(cherry picked from commit a00a3947b938fd300b6610003b54e06bae77c834)
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: a00a3947b938fd300b6610003b54e06bae77c834
https://github.com/xwiki/xwiki-platform/commit/a00a3947b938fd300b6610003b54…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R151002000XWIKI21448DataMigration.java
Log Message:
-----------
XWIKI-21802: Notification filters related to subwiki are lost
* Use the right serializer for performing comparison: compactwiki only
works if the wiki reference is set, here we need a local serializer
since we never want the wiki reference