mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-23 00:42:28 +00:00

* add filter classes * update filter comments * Add util classes for converting filters (#2123) * Apply Black * reintroduce eval functions to filter ops * Update documentation * update to latest pymilvus version * Apply Black * fixing type hints * Apply Black * update write_documents method of milvus2 doc store * remove unnecessary method * update init * remove changes to milvus 2 as they are part of other PR * remove changes to milvus 2 as they are part of other PR * updating doc strings to match elastic search filter doc * Update Documentation & Code Style * add support for case where there is no meta data defined for key * update behaviour in case of field not existing in entry * Update Documentation & Code Style * add test for InMemoryDocumentStore extended meta data filtering * make type hint more precise Co-authored-by: bogdankostic <bogdankostic@web.de> Co-authored-by: Sara Zan <sara.zanzottera@deepset.ai> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sara Zan <sarazanzo94@gmail.com>