Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove support for native filters from Qdrant integration #1112

Closed
wants to merge 5 commits into from

Conversation

Amnah199
Copy link
Contributor

@Amnah199 Amnah199 commented Sep 26, 2024

Related Issues

Proposed Changes:

Update the Qdrant document store and retrievers to remove support for Qdrant native filters. Only haystack filters can be provided as is the case in other integrations.

How did you test it?

Ran the existing tests

Notes for the reviewer

Checklist

@github-actions github-actions bot added integration:qdrant type:documentation Improvements or additions to documentation labels Sep 26, 2024
@Amnah199 Amnah199 marked this pull request as ready for review September 27, 2024 09:56
@Amnah199 Amnah199 requested a review from a team as a code owner September 27, 2024 09:56
@Amnah199 Amnah199 requested review from julian-risch and vblagoje and removed request for a team and julian-risch September 27, 2024 09:56
@anakin87
Copy link
Member

It seems to me that we are not removing support for our legacy filters, but for Qdrant native filters.
They were introduced in #692.

@Amnah199 Amnah199 changed the title fix: remove support for legacy filters from Qdrant integration fix: remove support for native filters from Qdrant integration Sep 27, 2024
@Amnah199
Copy link
Contributor Author

@silvanocerza we would like your opinion about this PR. Stefano believes we should keep the support for native filters in Qdrant as some users rely on it. But I do not know of any other integrations that support native filters, so this will be an exception. Wdyt?

@silvanocerza
Copy link
Contributor

I think we can keep them, ti gives more flexibility to users of the Document Store to create custom retrievers and what not.

@Amnah199
Copy link
Contributor Author

Closing this PR as we have decided not to proceed with merging it.

@Amnah199 Amnah199 closed this Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration:qdrant type:documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for native filters in QdrantDocumentStore
3 participants