mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-09-01 20:33:59 +00:00
Update operate.py
This commit is contained in:
parent
2abc26b718
commit
881943b8ae
@ -1031,6 +1031,7 @@ async def mix_kg_vector_query(
|
|||||||
chunk_with_time = {
|
chunk_with_time = {
|
||||||
"content": chunk["content"],
|
"content": chunk["content"],
|
||||||
"created_at": result.get("created_at", None),
|
"created_at": result.get("created_at", None),
|
||||||
|
"file_path": result.get("file_path", None),
|
||||||
}
|
}
|
||||||
valid_chunks.append(chunk_with_time)
|
valid_chunks.append(chunk_with_time)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user