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

Harrison/youtube fixes #955

Merged
merged 2 commits into from
Feb 9, 2023
Merged

Harrison/youtube fixes #955

merged 2 commits into from
Feb 9, 2023

Conversation

hwchase17
Copy link
Contributor

No description provided.

AlexZhangji and others added 2 commits February 9, 2023 07:53
…952)

Hi team, 

Love the work you guys have done on LangChain, hope i can also
contribute a tiny bit!

have done similar side project on Youtube summarization and question
answering with LLM,
I find that Youtube video meta infor, especially video title and
descriptions are quite helpful for model to better understand the
context.

Additionally, the thumbnail image url can also be useful when build web
app with this.

a sample video meta infor would be

```
{
'source': 'I845O57ZSy4',
 'title': 'John Carmack: Doom, Quake, VR, AGI, Programming, Video Games, and Rockets | Lex Fridman Podcast #309',
 'description': 'John Carmack is a legendary programmer, co-founder of id Software, and lead programmer of many revol...',
 'view_count': 1229347,
 'thumbnail_url': 'https://i.ytimg.com/vi/I845O57ZSy4/sddefault.jpg',
 'publish_date': datetime.datetime(2022, 8, 4, 0, 0),
 'length': 18890,
 'author': 'Lex Fridman',
}
```
@hwchase17 hwchase17 merged commit 01fa2d8 into master Feb 9, 2023
@hwchase17 hwchase17 deleted the harrison/youtube-fixes branch February 9, 2023 16:12
@blob42 blob42 mentioned this pull request Feb 21, 2023
zachschillaci27 pushed a commit to zachschillaci27/langchain that referenced this pull request Mar 8, 2023
Co-authored-by: Ji <[email protected]>
Co-authored-by: Harrison Chase <[email protected]>
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

Successfully merging this pull request may close these issues.

2 participants