Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
pip install -U "embedchain[youtube]"
youtube_video
from embedchain import App app = App() app.add('a_valid_youtube_url_here', data_type='youtube_video')
Was this page helpful?