RelevanceAI / vectorhub

Vector Hub - Library for easy discovery, and consumption of State-of-the-art models to turn data into vectors. (text2vec, image2vec, video2vec, graph2vec, bert, inception, etc)
https://relevanceai.com
550 stars 58 forks source link

Typo in https://hub.getvectorai.com/ #8

Closed borhan-kazimipour closed 3 years ago

borhan-kazimipour commented 3 years ago

The code example for Dense Passage Retrieval doesn't work as there an s is missing: from vectorhub.bi_encoder.text_text.torch_transformers import DPR2Vec should be changed as from vectorhub.bi_encoders.text_text.torch_transformers import DPR2Vec

JackyKoh commented 3 years ago

Thanks for the issue @borhan-kazimipour. We've fixed the typo and should be updated in an upcoming version of https://hub.getvectorai.com