File Upload Source Connector
The File Upload Source Connector allows you to upload files as a data source for your pipelines. This guide explains the configuration options available when setting up a File Upload connector.
Configure the Connector
To configure a connector to upload files:
-
Click Source Connectors from the main menu.
-
Click New Source Connector from the Source Connectors page.
-
Select the File Upload card.
-
Enter a name for your integration, and select one or more files to upload.
- You can upload up to 25 files in one batch through the UI.
- There is no limit to the total number of documents.
-
When you've selected all desired files, click Confirm Selection.
Alternative: Uploading Files via API
- In addition to using the UI, you can also upload files programmatically using the API. You can find more information here: Upload a file to the connector storage
Adding Additional Files to an Existing File Upload Connector
-
Click on Source Connectors in the sidebar, then click the edit icon next to the connector you wish to add additional files to.
-
Select additional files. They will be uploaded and added to your connector.
Configuring the File Upload Connector in a RAG Pipeline
Your File Upload connector is reusable across pipelines, and allows you to connect to this same set of files in different pipelines without specifying the files every time.
What's next?
-
If you haven't yet built a connector to your vector database, go to Configuring Vector Database Connectors and select the platform you prefer to use for storing output vectors.
OR
-
If you're ready to start producing vector embeddings from your input data, head to Pipeline Basics. Select your new connector as the data source to use it in your pipeline.