imbajin commented on code in PR #304: URL: https://github.com/apache/incubator-hugegraph-ai/pull/304#discussion_r2465616659
########## hugegraph-llm/src/hugegraph_llm/indices/vector_index.py: ########## @@ -1,170 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one Review Comment: ‼️ **架构设计问题**: 删除了整个 `VectorIndex` 类(170行代码),但 PR 中没有清楚说明迁移策略。 需要确认: 1. 现有使用 `VectorIndex` 的代码是否都已迁移? 2. 是否有向后兼容性考虑? 3. 旧的索引文件如何处理? 建议在 PR 描述中添加迁移指南,或者提供迁移脚本。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
