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

Extend filter functionality for MilvusDocumentStore and FAISSDocumentStore via SQLDocumentStore #2032

Closed
bogdankostic opened this issue Jan 19, 2022 · 1 comment

Comments

@bogdankostic
Copy link
Contributor

We want to allow users to filter their documents inside a MilvusDocumentStore or FAISSDocumentStore based on a combination of logical and comparison operators. Milvus 1 and FAISS don't allow filtering for while querying. However, we allow to filters for the get_documents and delete_documents methods via their parent class SQLDocumentStore, so we should support extended filtering for these methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants