Merge branch 'main' into neo4j-add-min-degree

This commit is contained in:
zrguo
2025-03-10 22:24:06 +08:00
committed by GitHub
4 changed files with 92 additions and 42 deletions

View File

@@ -2084,6 +2084,7 @@ class LightRAG:
cast(StorageNameSpace, storage_inst).index_done_callback()
for storage_inst in [ # type: ignore
self.entities_vdb,
self.relationships_vdb,
self.chunk_entity_relation_graph,
]
]