haystack-core-integrations
haystack-core-integrations copied to clipboard
add `update_by_filter()` and `delete_by_filter()` operations to `AstraDocumentStore`
def delete_by_filter(self, filters: Dict[str, Any]) -> int
def update_by_filter(self, filters: Dict[str, Any], meta: Dict[str, Any]) -> int