You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Each time when you open the app it reanalyzes the text for insights even though there are no new messages. If there are more number of messages then basically we are redoing the computation.
Describe the solution you'd like
Store the data once analyzed and reuse it appropriately. Ideally, it should only analyze the conversation for which there are new addition or deletion.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Each time when you open the app it reanalyzes the text for insights even though there are no new messages. If there are more number of messages then basically we are redoing the computation.
Describe the solution you'd like
Store the data once analyzed and reuse it appropriately. Ideally, it should only analyze the conversation for which there are new addition or deletion.
Describe alternatives you've considered
NA
Additional context
NA
The text was updated successfully, but these errors were encountered: