From 881943b8ae08e65bf5ad649e0525758aac7b51e5 Mon Sep 17 00:00:00 2001 From: FeHuynhVI <95846045+FeHuynhVI@users.noreply.github.com> Date: Tue, 8 Apr 2025 01:22:11 +0700 Subject: [PATCH] Update operate.py --- lightrag/operate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lightrag/operate.py b/lightrag/operate.py index 0e223bb6..41a7845a 100644 --- a/lightrag/operate.py +++ b/lightrag/operate.py @@ -1031,6 +1031,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)