Merge branch 'HKUDS:main' into main
Browse files- 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 |
]
|