Extend filter functionality for MilvusDocumentStore
and FAISSDocumentStore
via SQLDocumentStore
#2032
Labels
MilvusDocumentStore
and FAISSDocumentStore
via SQLDocumentStore
#2032
We want to allow users to filter their documents inside a
MilvusDocumentStore
orFAISSDocumentStore
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 theget_documents
anddelete_documents
methods via their parent classSQLDocumentStore
, so we should support extended filtering for these methods.The text was updated successfully, but these errors were encountered: