delete
AsyncMethod
This is a method of the VectorStoreProtocol class in the knowledge module.Delete a record by ID
Signature
Parameters
No description available.
Returns
The result of the operation.
delete: Delete a record by ID
This is a method of the VectorStoreProtocol class in the knowledge module.Delete a record by ID
async def delete(&mut self, id: &str) -> Result<bool>