get_all_ids 功能描述获取向量数据所有向量的ID。 函数原型def get_all_ids() -> List[int] 返回值说明 数据类型 说明 List[int] 返回向量数据库所有向量的ID组成的List。 父主题: MindFAISS类