Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 6a044ceeed655d59e451ce172a66c30984c693e1
https://github.com/xwiki-contrib/confluence/commit/6a044ceeed655d59e451ce17…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-02-21 (Wed, 21 Feb 2024)
Changed paths:
M confluence-xml/checkstyle-suppressions.xml
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/archiveddisabled.test
M confluence-xml/src/test/resources/confluencexml/archivedenabled.test
M confluence-xml/src/test/resources/confluencexml/content/entities.xml
M confluence-xml/src/test/resources/confluencexml/contentStatus/entities.xml
M confluence-xml/src/test/resources/confluencexml/emptypage/entities.xml
M confluence-xml/src/test/resources/confluencexml/fixcdata/entities.xml
M confluence-xml/src/test/resources/confluencexml/history/entities.xml
M confluence-xml/src/test/resources/confluencexml/images/entities.xml
M confluence-xml/src/test/resources/confluencexml/include.test
M confluence-xml/src/test/resources/confluencexml/include/entities.xml
M confluence-xml/src/test/resources/confluencexml/index/entities.xml
M confluence-xml/src/test/resources/confluencexml/links/entities.xml
M confluence-xml/src/test/resources/confluencexml/misc.xml.zip
A confluence-xml/src/test/resources/confluencexml/missingparents.nested.test
A confluence-xml/src/test/resources/confluencexml/missingparents.nonnested.test
A confluence-xml/src/test/resources/confluencexml/missingparents/entities.xml
M confluence-xml/src/test/resources/confluencexml/pages/entities.xml
M confluence-xml/src/test/resources/confluencexml/rispaceparameter/entities.xml
M confluence-xml/src/test/resources/confluencexml/userParams/entities.xml
M confluence-xml/src/test/resources/confluencexml/users/entities.xml
Log Message:
-----------
CONFLUENCE-206: Pages with missing parents are skipped with nested migrations
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/waise
Home: https://github.com/xwiki-contrib/application-ai-llm
Commit: 5bb77cbecff748a82ec398aca7c7aabb1ac542f7
https://github.com/xwiki-contrib/application-ai-llm/commit/5bb77cbecff748a8…
Author: Paul Pantiru <paul.pantiru(a)xwiki.com>
Date: 2024-02-20 (Tue, 20 Feb 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/CollectionManager.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/SolrConnector.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/internal/RAGChatRequestFilter.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
Log Message:
-----------
LLMAI-49: Query support
* On query, perform different similarity search for each set of collections with the same embedding model (using that embedding model for embedding the query)
* Combine the resullts, order them by similarity scor and truncate the number of results to the `limit` argument
* Round the embeddings dimentions to the one set in solr's managed-schema.xml to support multiple embedding models (currently set to 384 - the number of embeddings for the `bert` model)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-ai-llm/settings/notifications