Re: ANN search current state

2020-07-17 Thread Tomoko Uchida
> would it make sense to create a separate Lucene module for ANN search ? >From a bit of my experience with LUCENE-9004, it is currently impossible to plug in or opt in custom codecs and indexing chain for aknn search without touching lucene-core module (plz correct that if it's wrong). I think LU

Re: ANN search current state

2020-07-17 Thread Tommaso Teofili
would it make sense to create a separate Lucene module for ANN search ? we could then experiment with the different approaches and compare them across the same benchmarks. On Thu, 16 Jul 2020 at 23:14, Ali Akhtar wrote: > I’m a bit of a layman in this area, but if we are talking about formats fo