Using EmbeddingRetriever as a node in the indexing pipeline #6
Unanswered
andrewyazura
asked this question in
Q&A
Replies: 0 comments
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, @larsbaunwall and @simonclausen! First of all, I'd like to say thanks for the effort you've put in this project, it really helped me with figuring haystack out.
I'd like to ask a question regarding the
EmbeddingRetriever. In the indexing pipelines, you only compute embeddings after storing the documents: indexing.py#L61-L64. Does this have any advantages over using theEmbeddingRetrieveras a node in the pipeline, like I did in one of my recent projects (example below)?Which way should I use and what differences do they have?
All reactions