mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-16 03:34:48 +00:00
Update lightrag.py
This commit is contained in:
parent
1a25c85226
commit
516b4dfb22
@ -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…
x
Reference in New Issue
Block a user