DeleteAsync
DeleteAsync
methods delete a single record or a batch of records from the vector store. It does not guarantee that the collection exists.
Overload List
- DeleteAsync(Object key, CancellationToken)
This method deletes a record from the vector store. It does not guarantee that the collection exists.
- DeleteAsync(IEnumerable<Object> keys, CancellationToken)
This method deletes a batch of records from the vector store. It does not guarantee that the collection exists.