Merge branch 'HKUDS:main' into main

This commit is contained in:
ArindamRoy23 2025-03-10 19:42:18 +05:30 committed by GitHub
commit 3fa6d8757a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2144,6 +2144,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,
]
]