Data types
๐ HTML Web page
To add any web page, use the data_type as web_page
. Eg:
from embedchain import App
app = App()
app.add('a_valid_web_page_url', data_type='web_page')
Was this page helpful?
To add any web page, use the data_type as web_page
. Eg:
from embedchain import App
app = App()
app.add('a_valid_web_page_url', data_type='web_page')
Was this page helpful?