delete 功能描述通过ID列表删除向量数据库中的数据。 函数原型@abstractmethod def delete(ids) 参数说明 参数名 数据类型 是否必选 说明 ids List[int] 必选 待删除向量的索引ID列表。 父主题: VectorStore