lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

June 2024

  • 1 participants
  • 1409 discussions
[xwiki-contrib/ai-llm] a1dece: LLMAI-73: Implement a separate indexing queue with...
by XWiki Notifications 27 Jun '24

27 Jun '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/ai-llm Commit: a1dece19780b3a87a320cac194599c2abec1f6e7 https://github.com/xwiki-contrib/ai-llm/commit/a1dece19780b3a87a320cac19459… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: 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/CollectionsTranslations.xml M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/WebHome.xml Log Message: ----------- LLMAI-73: Implement a separate indexing queue with a UI for its status * Display the indexing queue size on the collections page. Commit: 7682e79799477ef86172a131b57583655172b403 https://github.com/xwiki-contrib/ai-llm/commit/7682e79799477ef86172a131b575… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/Chunk.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/SolrConnector.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DocumentIndexer.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/EmbeddingModel.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/ModelConfiguration.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/ModelWikiObjectComponentBuilder.java M application-ai-llm-models/application-ai-llm-models-api/src/main/java/org/xwiki/contrib/llm/internal/OpenAIEmbeddingModel.java M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Code/ModelsClass.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Code/ModelsSheet.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Code/ModelsTranslations.xml Log Message: ----------- LLMAI-73: Implement a separate indexing queue with a UI for its status * Embed a configurable number of chunks from the same document at once. Compare: https://github.com/xwiki-contrib/ai-llm/compare/075b2f21a24a...7682e7979947 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/ai-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one
by XWiki Notifications 27 Jun '24

27 Jun '24
1 0
0 0
[xwiki/xwiki-commons] 761299: XCOMMONS-3077: The job serializer uses the default...
by XWiki Notifications 27 Jun '24

27 Jun '24
Branch: refs/heads/stable-15.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 7612996b8d5abb8c5246fe54b5e05aae551547f7 https://github.com/xwiki/xwiki-commons/commit/7612996b8d5abb8c5246fe54b5e05… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/JobStatusSerializer.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobStatusStoreTest.java Log Message: ----------- XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one (cherry picked from commit 7c4fbd92ba2323d90634c40e4021ffb7a4b9c6e9) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] b92ac2: XCOMMONS-3077: The job serializer uses the default...
by XWiki Notifications 27 Jun '24

27 Jun '24
Branch: refs/heads/stable-16.4.x Home: https://github.com/xwiki/xwiki-commons Commit: b92ac222b6bafff6eec7cc8a7b89857bf076ab3f https://github.com/xwiki/xwiki-commons/commit/b92ac222b6bafff6eec7cc8a7b898… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/JobStatusSerializer.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobStatusStoreTest.java Log Message: ----------- XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one (cherry picked from commit 7c4fbd92ba2323d90634c40e4021ffb7a4b9c6e9) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 7c4fbd: XCOMMONS-3077: The job serializer uses the default...
by XWiki Notifications 27 Jun '24

27 Jun '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 7c4fbd92ba2323d90634c40e4021ffb7a4b9c6e9 https://github.com/xwiki/xwiki-commons/commit/7c4fbd92ba2323d90634c40e4021f… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/main/java/org/xwiki/job/internal/JobStatusSerializer.java M xwiki-commons-core/xwiki-commons-job/xwiki-commons-job-default/src/test/java/org/xwiki/job/internal/DefaultJobStatusStoreTest.java Log Message: ----------- XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-9302: The parameters specified in an "anchor" are encoded
by XWiki Notifications 27 Jun '24

27 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XCOMMONS-3077: The job serializer uses the default Java temporary folder instead of the XWiki one
by XWiki Notifications 27 Jun '24

27 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XDOCKER-152: Does not work if database name is not xwiki
by XWiki Notifications 27 Jun '24

27 Jun '24
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-18047: Non existing pages can be rated
by XWiki Notifications 27 Jun '24

27 Jun '24
1 0
0 0
[xwiki/xwiki-docker] 005a3e: XDOCKER-152: Does not work if database name is not...
by XWiki Notifications 27 Jun '24

27 Jun '24
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: 005a3e83d3f637b8c92141aa9321d8e9dfb42889 https://github.com/xwiki/xwiki-docker/commit/005a3e83d3f637b8c92141aa9321d8… Author: Vincent Massol <vincent(a)massol.net> Date: 2024-06-27 (Thu, 27 Jun 2024) Changed paths: M 14/postgres-tomcat/xwiki/docker-entrypoint.sh M 15/postgres-tomcat/xwiki/docker-entrypoint.sh M 16.4/postgres-tomcat/xwiki/docker-entrypoint.sh M 16/postgres-tomcat/xwiki/docker-entrypoint.sh M template/xwiki/docker-entrypoint.sh Log Message: ----------- XDOCKER-152: Does not work if database name is not xwiki To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • ...
  • 141
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.