bert-solr-search
bert-solr-search copied to clipboard
Search with BERT vectors in Solr, Elasticsearch, OpenSearch and GSI APU
https://github.com/nmslib/hnswlib
As discussed in https://dmitry-kan.medium.com/speeding-up-bert-search-in-elasticsearch-750f1f34f455 the current configuration of ODFE allows indexing maximum 200k vectors. The goal is to index 1M vectors to compare with all other KNN implementations.
hello, I want to filter my result to get only results with : 1.0 + cosineSimilarity(params['query_vector'], 'vector') > 0.5 it is possible to do this please ?