List of encoder supported #1950
-
Hi Team, Can I use any embedding model for creating dense index? If not, is there a list of supported models? Best, |
Beta Was this translation helpful? Give feedback.
Answered by
dayuyang1999
Jul 30, 2024
Replies: 1 comment 8 replies
-
Yes, start here: https://github.com/castorini/pyserini/blob/master/docs/usage-index.md#building-a-dense-vector-index I would also suggest that you go through our onboarding guide: https://github.com/castorini/onboarding/blob/master/README.md#-foundations-of-retrieval |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Oh seems not.
if I need a model to produce cosine similarity, I can do that by passing --normalize = True