...
Keywords: delete
Released:
Summary
This document describes how the delete be implemented to support `delete` in Milvus. Milvus provides a new delete `delete` API that users can use to delete entities from a collection.
...
In some scenarios, users want to delete some entities from a collection to which will no longer be searched out. Currently, users can only manually filter out unwanted results in search results. We hope to implement a new function that allows users to delete entities from a collection.
...