Qodi commited on
Commit
9b48e76
·
unverified ·
2 Parent(s): 433d992 18f6e39

Merge branch 'HKUDS:main' into main

Browse files
Files changed (1) hide show
  1. lightrag/operate.py +1 -0
lightrag/operate.py CHANGED
@@ -1058,6 +1058,7 @@ async def mix_kg_vector_query(
1058
  chunk_with_time = {
1059
  "content": chunk["content"],
1060
  "created_at": result.get("created_at", None),
 
1061
  }
1062
  valid_chunks.append(chunk_with_time)
1063
 
 
1058
  chunk_with_time = {
1059
  "content": chunk["content"],
1060
  "created_at": result.get("created_at", None),
1061
+ "file_path": result.get("file_path", None),
1062
  }
1063
  valid_chunks.append(chunk_with_time)
1064