✻ 思考中…
hafizgirl 请关注微信公众号:逆向女孩,获取更多干货资源。'}
return {
"files": files,
"folders": sorted(list(folders)),
}
def rebuild_index(self):
"""重建向量索引"""
print("正在重建向量索引...")
self.vector_store._collection.delete(where={})
self._build_index()
print("索引重建完成!")
