Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 504b7ec559643de7728b4fae8ee8a56b2d1e817a
https://github.com/xwiki-contrib/application-ai-llm/commit/504b7ec559643de7…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-04-07 (Sun, 07 Apr 2024)
Changed paths:
M application-ai-llm-index/application-ai-llm-index-api/pom.xml
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/ChunkingUtils.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/EmbeddingsUtils.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/IndexWorker.java
M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/script/CollectionManagerScriptService.java
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsClass.xml
M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsSheet.xml
Log Message:
-----------
LLMAI-40: Add basic document indexing and collection management UI
* Added internal fallback BERT embedding model (CPU based)
* removed some unused properties
* removed AI formatted chunking method (too expensive to run, and
results were not encouraging, abandoned experiment for now)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-rendering
Commit: deb96de1670999dbe04add9efbd0488210bcf60b
https://github.com/xwiki/xwiki-rendering/commit/deb96de1670999dbe04add9efbd…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-rendering-integration-tests/src/test/resources/simple/macros/macro33.test
M xwiki-rendering-macros/xwiki-rendering-macro-content/src/test/resources/macrocontent4.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml1.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml11.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml13.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml14.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml15.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml8.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml9.test
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments
* Fix expected outcomes in integration tests.
(cherry picked from commit c9179082acbf0dc98b85b6900986c15723b06dab)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: c9179082acbf0dc98b85b6900986c15723b06dab
https://github.com/xwiki/xwiki-rendering/commit/c9179082acbf0dc98b85b690098…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-rendering-integration-tests/src/test/resources/simple/macros/macro33.test
M xwiki-rendering-macros/xwiki-rendering-macro-content/src/test/resources/macrocontent4.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml1.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml11.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml13.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml14.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml15.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml8.test
M xwiki-rendering-macros/xwiki-rendering-macro-html/src/test/resources/macrohtml9.test
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments
* Fix expected outcomes in integration tests.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 94d861397bae26530877cfde1aad3ac821c827fb
https://github.com/xwiki/xwiki-commons/commit/94d861397bae26530877cfde1aad3…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java
M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/XMLUtilsTest.java
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments (#884)
* Refactor the code to avoid too high complexity
* Refactor the test to be parameterized and add a few test cases
(cherry picked from commit cbd0abfe787e547d85d4a7e6dff2ff2a2836e2c7)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: cbd0abfe787e547d85d4a7e6dff2ff2a2836e2c7
https://github.com/xwiki/xwiki-commons/commit/cbd0abfe787e547d85d4a7e6dff2f…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java
M xwiki-commons-core/xwiki-commons-xml/src/test/java/org/xwiki/xml/XMLUtilsTest.java
Log Message:
-----------
XCOMMONS-2989: Escape characters after < in XML comments (#884)
* Refactor the code to avoid too high complexity
* Refactor the test to be parameterized and add a few test cases
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications