mirror of
https://github.com/HKUDS/LightRAG.git
synced 2026-01-08 12:49:54 +00:00
Fix Milvus DataNotMatchException lint-and-format
This commit is contained in:
parent
e0bb6093b0
commit
77a42a37ca
@ -1284,7 +1284,7 @@ async def merge_nodes_and_edges(
|
||||
"content": f"{edge_data['src_id']}\t{edge_data['tgt_id']}\n{edge_data['keywords']}\n{edge_data['description']}",
|
||||
"source_id": edge_data["source_id"],
|
||||
"file_path": edge_data.get("file_path", "unknown_source"),
|
||||
"weight": 0
|
||||
"weight": 0,
|
||||
}
|
||||
}
|
||||
await relationships_vdb.upsert(data_for_vdb)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user