Dense Passage Retrieval. #8700
Unanswered
NiclaAuletta
asked this question in
Questions
Replies: 1 comment
-
Hi @NiclaAuletta, There isn’t a DPR training tutorial for Haystack 2.x yet. However, one possible approach could be to train a dense model (DPR-like) using external libraries like Sentence-Transformers. Once trained, you can use this model with an embedder and a retriever component. Below is a rough example for this approach:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
A year ago I found a tutorial Training Your Own Dense Passage Retrieval Model through Haystack 1.x.
I would like to know how to do the migration of this code on Haystack 2.x.
Thanks to you all!
Beta Was this translation helpful? Give feedback.
All reactions