You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This issue seems to be a pipeline.run bug and is fixed by the subgraphs branch.
In a pipeline with dynamic llm-generated filters (based on query, similar to this blog-post) i.e. basically query -> prompt-builder -> llm -> filter-parser -> retriever -> document_joiner the retriever generates filtered documents but the document_joiner ignores the generated filter.
Note: This issue seems to be a pipeline.run bug and is fixed by the subgraphs branch.
In a pipeline with dynamic llm-generated filters (based on query, similar to this blog-post) i.e. basically
query -> prompt-builder -> llm -> filter-parser -> retriever -> document_joiner
the retriever generates filtered documents but the document_joiner ignores the generated filter.Example Colab.
For Fix
It doesn't occur in the subgraphs branch. (Colab)
The text was updated successfully, but these errors were encountered: