Skip to main content
Available on the Enterprise Edition only.
When AI_DATA_ACCESS_CLUSTER_ENABLED is set to false, the V4 agent can still serve metadata-based capabilities (dataset discovery, schema lookups, and KG search) as long as you have configured the knowledge graph service URL and model. Without this configuration, the agent will fail to call KG tools even when the knowledge graph has been indexed.

Prerequisites

  • Kubernetes access to the namespace where Prophecy is deployed
  • An existing and successfully indexed knowledge graph

Configure the knowledge graph service

Update the sql-sandbox-config-map to specify the Claude model and knowledge graph service URL. If the ConfigMap already exists, append the keys under data. Replace <namespace> with your actual namespace.
Apply the configuration:
Then restart the orchestrator to pick up the changes:
After restarting, verify that the agent can resolve dataset and schema queries before closing your session. See Agent behavior when data access is disabled for expected behavior.