Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
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
from 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?