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 -----
  • August
  • 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]

March 2024

  • 1 participants
  • 1945 discussions
[[email protected]][Issue] (XCOMMONS-2952) Upgrade to Error Prone annotations 2.26.1
by XWiki Notifications 13 Mar '24

13 Mar '24
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2952) Upgrade to Error Prone annotations 2.26.1
by XWiki Notifications 13 Mar '24

13 Mar '24
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2960) Upgrade to Commons Configuration 2.10.0
by XWiki Notifications 13 Mar '24

13 Mar '24
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2960) Upgrade to Commons Configuration 2.10.0
by XWiki Notifications 13 Mar '24

13 Mar '24
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2958) Upgrade to Jackson 2.17.0
by XWiki Notifications 13 Mar '24

13 Mar '24
1 0
0 0
[[email protected]][Issue] (XCOMMONS-2958) Upgrade to Jackson 2.16.2
by XWiki Notifications 13 Mar '24

13 Mar '24
1 0
0 0
[xwiki-contrib/application-ai-llm] 99b347: LLMAI-18: Continue Improving UI
by XWiki Notifications 13 Mar '24

13 Mar '24
Branch: refs/heads/waise Home: https://github.com/xwiki-contrib/application-ai-llm Commit: 99b347248cc08ba73328c9be647d18225223f5a1 https://github.com/xwiki-contrib/application-ai-llm/commit/99b347248cc08ba7… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/Javascript.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/StyleSheet.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Code/WebHome.xml Log Message: ----------- LLMAI-18: Continue Improving UI * Internal Chat Ui adjustments To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications
1 0
0 0
[xwiki-contrib/application-ai-llm] fc4bc2: LLMAI-54: Develop a chat UI that is independent of...
by XWiki Notifications 12 Mar '24

12 Mar '24
Branch: refs/heads/waise Home: https://github.com/xwiki-contrib/application-ai-llm Commit: fc4bc27c4588c5523f56a0904d4d50981d77442a https://github.com/xwiki-contrib/application-ai-llm/commit/fc4bc27c4588c552… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths: M application-ai-llm-chat/aillm.js A application-ai-llm-chat/chatUI.css A application-ai-llm-chat/chatUI.js A application-ai-llm-chat/index.html Log Message: ----------- LLMAI-54: Develop a chat UI that is independent of XWiki and can be embedded in any application * separated library from UI * added example index.html To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications
1 0
0 0
[xwiki-contrib/application-ai-llm] be0c33: LLMAI-54: Develop a chat UI that is independent of...
by XWiki Notifications 12 Mar '24

12 Mar '24
Branch: refs/heads/waise Home: https://github.com/xwiki-contrib/application-ai-llm Commit: be0c3324f090eb64b75f04a9ae35c2f2b4ce8620 https://github.com/xwiki-contrib/application-ai-llm/commit/be0c3324f090eb64… Author: Paul Pantiru <paul.pantiru(a)xwiki.com> Date: 2024-03-12 (Tue, 12 Mar 2024) Changed paths: M application-ai-llm-chat/aillm.js M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/Collection.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollection.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/internal/DefaultCollectionManager.java M application-ai-llm-index/application-ai-llm-index-api/src/main/java/org/xwiki/contrib/llm/rest/JSONCollection.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 M application-ai-llm-index/application-ai-llm-index-ui/src/main/resources/AI/Collections/Code/CollectionsTemplate.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/Ada-002.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/GPT3.5-turbo.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/GPT4.xml M application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/bert.xml R application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/mistral-openorca.xml A application-ai-llm-models/application-ai-llm-models-ui/src/main/resources/AI/Models/mixtral.xml Log Message: ----------- LLMAI-54: Develop a chat UI that is independent of XWiki and can be embedded in any application * added streamming integration for the chat UI * added waiting animation * added method for loading the chat UI directly from the library * added allowGuests option for collections to be queried by public chat ui * updated example models To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications
1 0
0 0
[[email protected]][Issue] (XWIKI-21988) Page naming strategy is blocking creation of pages not respecting it
by XWiki Notifications 12 Mar '24

12 Mar '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • ...
  • 195
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.