Rename embedchain to mem0 and open sourcing code for long term memory (#1474)
Co-authored-by: Deshraj Yadav <deshrajdry@gmail.com>
This commit is contained in:
13
embedchain/docs/components/data-sources/web-page.mdx
Normal file
13
embedchain/docs/components/data-sources/web-page.mdx
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: '🌐 HTML Web page'
|
||||
---
|
||||
|
||||
To add any web page, use the data_type as `web_page`. Eg:
|
||||
|
||||
```python
|
||||
from embedchain import App
|
||||
|
||||
app = App()
|
||||
|
||||
app.add('a_valid_web_page_url', data_type='web_page')
|
||||
```
|
||||
Reference in New Issue
Block a user