Skip to main content

Documentation Index

Fetch the complete documentation index at: https://embedchain-docs-example-slack-ai.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

To add any youtube video to your app, use the data_type as youtube_video. Eg:
from embedchain import App

app = App()
app.add('a_valid_youtube_url_here', data_type='youtube_video')