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

feat: Add YouTube Video Analysis Template #6245

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

raphaelchristi
Copy link
Contributor

This pull request introduces a template that analyzes YouTube videos by combining AI sentiment analysis of comments with transcript content. The template automatically processes video comments, extracts transcripts, and generates comprehensive insights about content performance and audience reception.

@dosubot dosubot bot added size:XS This PR changes 0-9 lines, ignoring generated files. enhancement New feature or request labels Feb 10, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 10, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 10, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 10, 2025
Copy link
Contributor

@ogabrielluiz ogabrielluiz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really nice, @raphaelchristi

Thank you!

What do you think of adding a validation step after the Chat Input? I'm asking this because if the user passes a value that is not a URL it fails in the BatchRun component while it should be in the Youtube component.
CleanShot 2025-02-12 at 09 56 40@2x

@raphaelchristi
Copy link
Contributor Author

@ogabrielluiz Thanks for the feedback! Great suggestion about URL validation. I'll implement it to fix the routing issue.

@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 12, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 12, 2025
@github-actions github-actions bot added enhancement New feature or request and removed enhancement New feature or request labels Feb 12, 2025
Copy link

codspeed-hq bot commented Feb 12, 2025

CodSpeed Performance Report

Merging #6245 will degrade performances by 13.67%

Comparing raphaelchristi:feat/add-youtube-template (5a8fb43) with main (ec445ce)

Summary

❌ 1 regressions
✅ 8 untouched benchmarks

⚠️ Please fix the performance issues or acknowledge them on CodSpeed.

Benchmarks breakdown

Benchmark BASE HEAD Change
test_invalid_run_with_input_type_chat 16.9 ms 19.6 ms -13.67%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants