Files
t6_mem0/docs/data-sources/sitemap.mdx
2023-09-30 23:43:44 +05:30

11 lines
216 B
Plaintext

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