fix edit_entity
This commit is contained in:
parent
32a7d40650
commit
ad13009cff
1 changed files with 1 additions and 0 deletions
|
|
@ -2144,6 +2144,7 @@ class LightRAG:
|
||||||
cast(StorageNameSpace, storage_inst).index_done_callback()
|
cast(StorageNameSpace, storage_inst).index_done_callback()
|
||||||
for storage_inst in [ # type: ignore
|
for storage_inst in [ # type: ignore
|
||||||
self.entities_vdb,
|
self.entities_vdb,
|
||||||
|
self.relationships_vdb,
|
||||||
self.chunk_entity_relation_graph,
|
self.chunk_entity_relation_graph,
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue