diff --git a/lightrag/operate.py b/lightrag/operate.py index c7f9a99c..65a6e48c 100644 --- a/lightrag/operate.py +++ b/lightrag/operate.py @@ -1058,6 +1058,7 @@ async def mix_kg_vector_query( chunk_with_time = { "content": chunk["content"], "created_at": result.get("created_at", None), + "file_path": result.get("file_path", None), } valid_chunks.append(chunk_with_time)