[Docs] Revamp documentation (#1010)
This commit is contained in:
13
docs/components/data-sources/sitemap.mdx
Normal file
13
docs/components/data-sources/sitemap.mdx
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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 Pipeline as App
|
||||
|
||||
app = App()
|
||||
|
||||
app.add('https://example.com/sitemap.xml', data_type='sitemap')
|
||||
```
|
||||
Reference in New Issue
Block a user