Hi, I want to incorporate semantic search in my project, which uses Lucene. I want to use sentence embeddings and ANN (approximate nearest neighbor) search. I found the related Lucene issues: https://issues.apache.org/jira/browse/LUCENE-9004 , https://issues.apache.org/jira/browse/LUCENE-9136 , https://issues.apache.org/jira/browse/LUCENE-9322 . I see that there are some related work and related PRs. What is the current state of this functionality? -- Thanks, Mikhail
- ANN search current state Mikhail
- Re: ANN search current state Alex K
- Re: ANN search current state Michael Sokolov
- Re: ANN search current state Ali Akhtar
- Re: ANN search current state Tommaso Teofili
- Re: ANN search current state Tomoko Uchida