Update lightrag.py
This commit is contained in:
parent
1a25c85226
commit
516b4dfb22
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ class LightRAG:
|
|||
logger.info("[Entity Extraction]...")
|
||||
maybe_new_kg = await extract_entities(
|
||||
inserting_chunks,
|
||||
knwoledge_graph_inst=self.chunk_entity_relation_graph,
|
||||
knowledge_graph_inst=self.chunk_entity_relation_graph,
|
||||
entity_vdb=self.entities_vdb,
|
||||
relationships_vdb=self.relationships_vdb,
|
||||
global_config=asdict(self),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue