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(TKey key, CancellationToken)
This method deletes a record from the vector store. It does not guarantee that the collection exists.
- DeleteAsync(IEnumerable<TKey> keys, CancellationToken)
This method deletes a batch of records from the vector store. It does not guarantee that the collection exists.