mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-26 14:22:14 +00:00
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
@ -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…
x
Reference in New Issue
Block a user