CosimoRulli / emvb

Implementation of "Efficient Multi-vector Dense Retrieval with Bit Vectors", ECIR 2024
53 stars 2 forks source link

[Question] I am curious which ColBERT model does this project use for generating multi-vectors? #1

Open yangzq50 opened 2 months ago

yangzq50 commented 2 months ago

Does JMPQ need a customized BERT model to function currectly? And, in which case do you use OPQ instead of JMPQ? Also, I noticed that the README file says "We will provide soon the scripts to build and convert indexes on a custom collection". Is this plan still valid?

CosimoRulli commented 2 months ago

Hey,

Thank you for your interest.