LarFii commited on
Commit
1eee1b5
·
1 Parent(s): 4e9e345

fix edit_entity

Browse files
Files changed (1) hide show
  1. lightrag/lightrag.py +1 -0
lightrag/lightrag.py CHANGED
@@ -2144,6 +2144,7 @@ class LightRAG:
2144
  cast(StorageNameSpace, storage_inst).index_done_callback()
2145
  for storage_inst in [ # type: ignore
2146
  self.entities_vdb,
 
2147
  self.chunk_entity_relation_graph,
2148
  ]
2149
  ]
 
2144
  cast(StorageNameSpace, storage_inst).index_done_callback()
2145
  for storage_inst in [ # type: ignore
2146
  self.entities_vdb,
2147
+ self.relationships_vdb,
2148
  self.chunk_entity_relation_graph,
2149
  ]
2150
  ]