mindsdb_python_sdk
mindsdb_python_sdk copied to clipboard
Add Support for Website Data Source for Minds
This PR adds a new WebConfig
subclass of DataSourceConfig
. Specifically:
- Updated
agent.add_webpages
to supportcrawl_depth
and regex based URLfilters
- Added
WebConfig
class that configures web crawling a list of URLs for Minds
Part of ML-96