coolboywcm opened a new issue, #300: URL: https://github.com/apache/incubator-hugegraph-ai/issues/300
### Problem Type (问题类型) None ### Before submit - [x] I had searched in the [issues](https://github.com/apache/incubator-hugegraph-ai/issues) and found no similar issues. ### Environment (环境信息) Server Version: 1.5 Toolchain Version: hugegraph-rag lastest Data Size: 2000 vertices, 3000 edges ### Your Question (问题描述) I’m using HugeGraph with a custom RAG pipeline. My graph data is frequently updated by third-party services. Currently, I rebuild the entire vector index from scratch after every change — which is inefficient. 👉 Does HugeGraph AI natively support incremental index updates (add/update/delete embeddings for changed vertices only)? If not, is it on the roadmap? Any recommended approach? Thanks! ### Vertex/Edge example (问题点 / 边数据举例) ```javascript ``` ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) ```javascript ``` -- 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]
