Files
t6_mem0/docs/components/data-sources/sitemap.mdx
2023-12-29 16:52:41 +05:30

13 lines
252 B
Plaintext

---
title: '🗺️ Sitemap'
---
Add all web pages from an xml-sitemap. Filters non-text files. Use the data_type as `sitemap`. Eg:
```python
from embedchain import App
app = App()
app.add('https://example.com/sitemap.xml', data_type='sitemap')
```