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.
Process any public file
url
from neumai.DataConnectors import FileConnector from neumai.Shared import Selector file_connector = FileConnector( url = "https://www.neum.ai/secrets.pdf", selector = Selector( to_metadata=['url'] ) )
{ "sources":[ { "data_connector": { "connector_name":"FileConnector", "connector_information":{ "url":"https://www.neum.ai/secrets.pdf", "selector": { "to_metadata": [ "url" ] } } } } ] }
Was this page helpful?