mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-08-09 09:11:50 +00:00
Merge branch 'HKUDS:main' into main
This commit is contained in:
commit
9f7fe0a406
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user