Description
I know in python v4 version we can do it like this:
collection.data.delete_many(
where=(
wvc.query.Filter.by_property("document_name").equal("my_document") &
wvc.query.Filter.by_property("document_type").equal("xml") &
wvc.query.Filter.by_property("source").equal("source1")
)
)
but how to do the same things in typescript v3 version?
Server Setup Information
- Weaviate Server Version:
- Deployment Method:
- Multi Node? Number of Running Nodes:
- Client Language and Version:
- Multitenancy?: