Properties
Required properties:url: URL for website
url: URL for website
- AutoLoader
- HTMLLoader
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Scrape the contents of a website
url: URL for websiteurl: URL for websitefrom neumai.DataConnectors import WebsiteConnector
from neumai.Shared import Selector
website_connector = WebsiteConnector(
url = "https://www.neum.ai/post/retrieval-augmented-generation-at-scale"
selector = Selector(
to_metadata=['url']
)
)
{
"sources":[
{
"data_connector": {
"connector_name":"WebsiteConnector",
"connector_information":{
"url":"https://www.neum.ai/post/retrieval-augmented-generation-at-scale",
"selector": {
"to_metadata": [
"url"
]
}
}
}
}
]
}
Was this page helpful?