-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Add a MultiFilterRetriever #10995
Copy link
Copy link
Labels
Contributions wanted!Looking for external contributionsLooking for external contributionsP2Medium priority, add to the next sprint if no P1 availableMedium priority, add to the next sprint if no P1 available
Metadata
Metadata
Assignees
Labels
Contributions wanted!Looking for external contributionsLooking for external contributionsP2Medium priority, add to the next sprint if no P1 availableMedium priority, add to the next sprint if no P1 available
Type
Projects
Status
In Progress
Similar to
MultiQueryEmbeddingRetrieverandMultiQueryTextRetrieverthere is a need for aMultiFilterRetrieverso a version of theFilterRetrieverthat can handle a list of filters as input.This came up in our call with @ju-gu and @bogdankostic and is being used currently as a custom component in a client pipeline.