Adding citation support in custom graph creation
This commit is contained in:
parent
070a5db801
commit
efccdf0838
1 changed files with 1 additions and 0 deletions
|
|
@ -1295,6 +1295,7 @@ class LightRAG:
|
|||
"entity_type": entity_type,
|
||||
"description": description,
|
||||
"source_id": source_id,
|
||||
"file_path": file_path,
|
||||
}
|
||||
# Insert node data into the knowledge graph
|
||||
await self.chunk_entity_relation_graph.upsert_node(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue