sitemap. Eg:
Data types
πΊοΈ Sitemap
Add all web pages from an xml-sitemap. Filters non-text files. Use the data_type as
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
sitemap. Eg:
from embedchain import App
app = App()
app.add('https://example.com/sitemap.xml', data_type='sitemap')
Was this page helpful?