Skip to content

Commit

Permalink
Merge pull request #320 from TogetherCrew/feat/313-telegram-summarizer
Browse files Browse the repository at this point in the history
feat: updated telegram summary document date to use timestamp for date!
  • Loading branch information
amindadgar authored Nov 6, 2024
2 parents 74bc2a9 + 22e298b commit c72a190
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 c72a190

Please sign in to comment.