ProjectDossier / cruise-screening

[CIKM 2023] CRUISE search engine for conducting literature reviews
https://citation-screening.ec.tuwien.ac.at
Apache License 2.0
6 stars 0 forks source link

upgrading elasticsearch #71

Open aminvenv opened 2 years ago

aminvenv commented 2 years ago

Upgrading the elasticsearch to the recent version to have neural models incorporated in our search.

tobiasfink-ai commented 2 years ago

It might be worth looking into FAISS instead (https://github.com/facebookresearch/faiss). I tried out both FAISS and Elasticsearch 8.0 knn for fasttext vector similarity and elasticsearch was a lot slower.

aminvenv commented 2 years ago

Thanks Tobias! I will look into the FAISS as you suggested :)