URL Loader
The url
loader is a HelperAI loader that allows you to load data from one or more URLs into the HelperAI Knowledge Base.
Each URL will be converted into a HelperAI Knowledge Base record. The url
loader will automatically convert the responsed HTML content into plain text.
The
url
loader currently only supports server-side rendered web pages.
Loader Properties
Property | Type | Description |
---|---|---|
urls | string | The URLs separated by newlines. |
Updated 12 months ago