Properties
Required properties:url: URL to public file
url: URL of file
- AutoLoader
- HTMLLoader
- MarkdownLoader
- NeumCSVLoader
- NeumJSONLoader
- PDFLoader
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Process any public file
url: URL to public fileurl: URL of filefrom 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?