Local Files
For content that lives on a laptop or a server rather than in a cloud service. Nothing polls your machine โ your side pushes, and Divinci tracks each file it has been told about.
Shape: credential (an API key). Provider id: local_files.
How it works
Section titled โHow it worksโ- Create the connection, authenticated by a workspace API key.
- Register files with the upload endpoint โ the browser's File System Access API does this when you pick a folder on the Connectors page.
- Each registered file becomes a tracked mapping (name, path, size, type, sync status) that the sync pipeline then processes into the target vector.
Because the record is keyed on the path you send, re-registering the same path updates the existing entry instead of creating a duplicate.
From the CLI
Section titled โFrom the CLIโThe provider-agnostic commands work as they do everywhere:
divinci connectors status local_filesdivinci connectors settings local_files --auto-sync offdivinci connectors disconnect local_filesstatus reports the number of tracked files, which is the quickest way to
confirm a push actually landed.
See also
Section titled โSee alsoโ- Managing connections
- RAG Knowledge Base โ uploading a one-off document is often simpler than a connector.