Merge branch 'HKUDS:main' into main

This commit is contained in:
Qodi 2025-04-10 12:12:18 +08:00 committed by GitHub
commit 9f7fe0a406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)