Skip to content

Commit

Permalink
feat: updated telegram summary to use timestamp for date!
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar committed Nov 6, 2024
1 parent 08c52dd commit 22e298b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def transform(self, summaries: dict[date, str]) -> list[Document]:
metadata={
"date": datetime.combine(
day, datetime.min.time(), tzinfo=timezone.utc
),
).timestamp(),
},
)
summary_docs.append(document)
Expand Down

0 comments on commit 22e298b

Please sign in to comment.