Problem Type (问题类型)
None
Before submit
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 (问题点 / 边数据举例)
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)