For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connecting Your Data

Before building a RAG application, connect the file stores that hold your documents. Dataworkz maintains all connector configurations in Configuration → Integrations - Connect to a Data Source, which is where you set up credentials and connection parameters for each source. Once configured, these connections become available when you choose a data source during RAG app creation.

Supported File Stores

Cloud Object Storage

File Shares & Drives

How to Add a Connection

  1. Go to Configuration → Integrations - Connect to a Data Source in the left navigation.

  2. Select the connector type you want to configure.

  3. Enter the connection credentials (endpoint URL, API key, service account key, or IAM role — varies by connector).

  4. Test the connection and save.

The saved connection then appears as a selectable data source when you set up ingestion in the RAG app wizard (Step 2 — Ingest) or in the Data Store.

Last updated