Update postgres_impl.py

This commit is contained in:
Saifeddine ALOUI
2025-02-18 16:10:26 +01:00
committed by GitHub
parent 8d043c599d
commit f7ef4c7ee8

View File

@@ -504,8 +504,8 @@ class PGDocStatusStorage(DocStatusStorage):
content_summary=element["content_summary"],
content_length=element["content_length"],
status=element["status"],
created_at=str(element["created_at"]),
updated_at=str(element["updated_at"]),
created_at=element["created_at"],
updated_at=element["updated_at"],
chunks_count=element["chunks_count"],
)
for element in result