From f7ef4c7ee89a25af2dde21182c1babc1293f6ebe Mon Sep 17 00:00:00 2001 From: Saifeddine ALOUI Date: Tue, 18 Feb 2025 16:10:26 +0100 Subject: [PATCH] Update postgres_impl.py --- lightrag/kg/postgres_impl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lightrag/kg/postgres_impl.py b/lightrag/kg/postgres_impl.py index cdb4748e..b5e3e1e3 100644 --- a/lightrag/kg/postgres_impl.py +++ b/lightrag/kg/postgres_impl.py @@ -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