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