#2641: AISummarization for WhatsApp chats - first commit #2646
+861
−1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an ongoing work.
The AISummarizationTask sends WhatsApp chat contents to a remote service (AI middleware service) and stores returned textual summaries on each item’s extra attributes.
In the analysis interface, when the user clicks on an item that has "summaries" attributes, these are rendered on a "Summary" tab near Preview tab on bottom right. The Summary tab should be hidden otherwise. But I noticed this is still buggy when scrolling through chats, and needs some work.
The idea is also to later support the summarization of other content types. I started looking into adding support to UFED chats, and will check recent changes made by @aberenguel on the UFED chats parser.