Re: Multimodal search

2023-10-12 Thread Michael Froh
We recently added multimodal search in OpenSearch: https://github.com/opensearch-project/neural-search/pull/359 Since Lucene ultimately just cares about embeddings, does Lucene itself really need to be multimodal? Wherever the embeddings come from, Lucene can index the vectors and combine with

Multimodal search

2023-10-12 Thread Michael Wechner
Hi Did anyone of the Lucene committers consider making Lucene multimodal? With a quick Google search I found for example https://dl.acm.org/doi/abs/10.1145/3503161.3548768 https://sigir-ecom.github.io/ecom2018/ecom18Papers/paper7.pdf Thanks Michael

Re: [JENKINS] Lucene » Lucene-Coverage-main - Build # 921 - Failure!

2023-10-12 Thread Dawid Weiss
The convention for accessing jacoco reports has changed in gradle 8.x and the aggregation plugin didn't work with the newer version. I've fixed this. D. On Thu, Oct 12, 2023 at 4:52 PM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > Build: >

Re: 8.11.3 release

2023-10-12 Thread Kevin Risden
I've pushed a few things to branch_8_11 recently * https://github.com/apache/lucene-solr/commit/e491400d961b771f146c6e12a7f8ed89eafe128f * https://github.com/apache/lucene-solr/commit/8e545e8f2154698e9bfeee92c40f8541fd7d0152 *