Re: Lucene/Solr and BERT

2021-04-21 Thread Michael Wechner
Great, thank you very much for your feedback! Will give it a try and get back probably with more questions :-) Thanks Michael Am 21.04.21 um 17:21 schrieb Alex K: There were a couple additions recently merged into lucene but not yet released: - A first-class vector codec - An implementation o

RE: NullPointerException in LongComparator.setTopValue

2021-04-21 Thread Michael Grafl - SKIDATA
Hi Adrian, Thanks for the reply, I have filed https://github.com/elastic/elasticsearch/issues/72029. Unfortunately, I am not a liberty to share the search request. Best regards, Michael Michael Grafl Software House Klagenfurt / Architect - Software Development SKIDATA We change the world of

Re: Lucene/Solr and BERT

2021-04-21 Thread Alex K
There were a couple additions recently merged into lucene but not yet released: - A first-class vector codec - An implementation of HNSW for approximate nearest neighbor search They are however available in the snapshot releases. I started on a small project to get the HNSW implementation into the

Lucene/Solr and BERT

2021-04-21 Thread Michael Wechner
Hi I recently found the following articles re Lucene/Solr and BERT https://dmitry-kan.medium.com/neural-search-with-bert-and-solr-ea5ead060b28 https://medium.com/swlh/fun-with-apache-lucene-and-bert-embeddings-c2c496baa559 and would like to ask whether there might be more recent developments w