ArindamRoy23 commited on
Commit
7c21f76
·
unverified ·
2 Parent(s): e16c0c0 1eee1b5

Merge branch 'HKUDS:main' into main

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
  ]