Skip to main content

data_internal — Internal data

Private knowledge the agent retrieves from but never exposes verbatim: uploaded files, indexed URLs, and optional external vector stores. Section key data_internal · Shape object · Tier All plans
Edit in the dashboard: Internal Data page
Related: external_stores backends

Fields

files items

Uploaded documents processed for retrieval-augmented generation.

urls items

URL sources fetched and indexed for RAG.

service_sources items

Configured SaaS service data sources (Services card). Each pulls documents/records through a connector added on the /connectors page and ingests them into this scope’s retrieval index. Sync-state fields (last_synced_at, last_sync_status, last_sync_error, item_count) are server-stamped and never trusted from clients.

files.chunking_config fields

How the file is split for retrieval.

files.doc_profile fields

LLM-generated knowledge profile written by the ingest pipeline (not owner-editable): what the document is about + topic keywords. Feeds the agent’s document catalog so it can route to the right document.

service_sources.custom fields

Owner-authored field mapping when service === ‘custom’ (build-your-own connector).

service_sources.s3 fields

Direct S3 / S3-compatible bucket config (connector_kind ‘s3’). secret_access_key is encrypted at rest and read back as ‘REDACTED’.

files.chunking_config.metadata fields

Source metadata stamped on each chunk.

files.chunking_config.contextual_enrichment fields

Prepend auto-generated context to each chunk to improve retrieval.