Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Date and Time Range Filtering for AI Summarization #15

Open
A-01-hub opened this issue Feb 26, 2025 · 5 comments
Open

Add Date and Time Range Filtering for AI Summarization #15

A-01-hub opened this issue Feb 26, 2025 · 5 comments

Comments

@A-01-hub
Copy link

Hi Jeffrey,

I’ve been exploring your AI summarizer project—impressive work! I have a proposal to enhance the summarization feature by allowing users to extract insights from conversations within a specified date and time range.

Proposed Improvement:

Enable users to summarize messages within a defined date and time range.
This will help users extract meaningful insights from large message volumes.
It enhances productivity, improves collaboration, and can position Rocket.Chat as a leader in AI-driven communication solutions.
I’d love to contribute this feature if you're open to it. Let me know your thoughts—I’m happy to discuss further or submit a pull request!

Best regards,
Aditya Suhane

@JeffreytheCoder
Copy link
Collaborator

Hi @A-01-hub , this is a great idea! I would recommend starting with implementing a command like /summarize today. There are opportunities to expand to more use cases like /summarize this week, /summarize unread.

Feel free to open PRs and I'll help review them. The App Engine API doc might be helpful to look at: https://rocketchat.github.io/Rocket.Chat.Apps-engine/index.html

@A-01-hub
Copy link
Author

A-01-hub commented Mar 1, 2025

Hi @JeffreytheCoder
Thank you for the suggestion! I'll begin implementing the /summarize today commandand will explore expanding it to additional use cases like /summarize this week and /summarize unread afterward.

I'll refer to the App Engine API documentation and will open PRs as I make progress. I appreciate your support and look forward to your feedback during the review process.

Best regards,
Aditya

@A-01-hub
Copy link
Author

A-01-hub commented Mar 2, 2025

Hi @JeffreytheCoder,

I’m encountering an error while deploying a Rocket.Chat app using the rc-apps CLI. Despite successfully connecting to the server and packaging the app, the process fails during the upload step with the following message:

adityasuhane01@AdityaSuhane:~/Rocket.Chat/Apps.Chat.Summarize/app$ rc-apps deploy --url http://localhost:3000/ --usernam
e XXXX --password vlsXXX
Starting App Deployment to Server

Getting Server Info... ✓
2025-03-02 15:36:50.034 WARN App has external module(s) as dependency
Packaging the app... ✓
Uploading App... ✖
› Error: ⟿ Error: Deployment error: Failed to get a file to install for the App.

I’ve already tried:
1.Rebuilding the app using rc-apps build
2.Ensuring all dependencies are installed (npm install)

@JeffreytheCoder
Copy link
Collaborator

JeffreytheCoder commented Mar 2, 2025

Hey @A-01-hub , have you enabled development mode in your RC server? Please make sure you followed every step in the repo readme

Also please don't expose your username and password on github

@ladrin
Copy link

ladrin commented Mar 3, 2025

Hi, @JeffreytheCoder I also would like to work on this issue, I attended a workshop on this AI-summarizer and I deployed it by changing the slash command name in it, can I work with that or do I have to clone the repo again and work from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants