Adding XTR from Rethinking the Role of Token Retrieval in Multi-Vector Retrieval#30
Adding XTR from Rethinking the Role of Token Retrieval in Multi-Vector Retrieval#30arthur-75 wants to merge 3 commits intoraphaelsty:mainfrom
Conversation
I have coded XTR from google, "Rethinking the Role of Token Retrieval in Multi-Vector Retrieval", we still need to optimize the code and to add Missing similarity imputation, please let me know if u have any question.
|
Thank you @arthur-75 for this MR, the best I think would be to add an The class would be The Annoy index would have a Then it would have a Once we have the index method, we can create an XTR object which will take as input an index object such as Annoy, The XTR object will have an add method, which will simply call the add method of XTR. The XTR object should inherit from ColBERT retriever. The Also you should properly set up ruff in order to format your code, this is really useful 👍 |
No description provided.