Skip to content

feat: add support for multi filter retriever#11028

Open
srini047 wants to merge 3 commits intodeepset-ai:mainfrom
srini047:comp-multi-filter-retreiver
Open

feat: add support for multi filter retriever#11028
srini047 wants to merge 3 commits intodeepset-ai:mainfrom
srini047:comp-multi-filter-retreiver

Conversation

@srini047
Copy link
Copy Markdown
Contributor

@srini047 srini047 commented Apr 2, 2026

Related Issues

Proposed Changes:

Add support for MultiFilterRetriever, a new retriever component that executes multiple filter queries against a document store in parallel and returns a single, de-duplicated list of documents sorted by relevance score.

How did you test it?

Added unit tests around the new filter and ensured older doesn't break.

Notes for the reviewer

Checklist

  • I have read the contributors guidelines and the code of conduct.
  • I have updated the related issue with new insights and changes.
  • I have added unit tests and updated the docstrings.
  • I've used one of the conventional commit types for my PR title: fix:, feat:, build:, chore:, ci:, docs:, style:, refactor:, perf:, test: and added ! in case the PR includes breaking changes.
  • I have documented my code.
  • I have added a release note file, following the contributors guidelines.
  • I have run pre-commit hooks and fixed any issue.

@srini047 srini047 requested a review from a team as a code owner April 2, 2026 12:40
@srini047 srini047 requested review from bogdankostic and removed request for a team April 2, 2026 12:40
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 2, 2026

@srini047 is attempting to deploy a commit to the deepset Team on Vercel.

A member of the Team first needs to authorize it.

@srini047 srini047 changed the title Comp multi filter retreiver feat: add support for multi filter retriever Apr 2, 2026
@github-actions github-actions bot added topic:tests type:documentation Improvements on the docs labels Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic:tests type:documentation Improvements on the docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a MultiFilterRetriever

1 participant