- Graphwise Platform Documentation
- Graphwise GraphRAG
- GraphRAG
- GraphRAG Configuration Guide
- GraphRAG Configuration Guide - Complete Property Reference
GraphRAG Configuration Guide - Complete Property Reference
07/07/2026
GraphRAG version 1.2.0
The centralized runtime configuration code node within the Configuration workflow uses the following properties to control orchestration paths, system integrations and threshold behaviors across the GraphRAG platform.
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| String |
| The internal network endpoint for the primary Conversation microservice. |
| String |
| Formatted internal destination path used to dispatch streaming Server-Sent Events (SSE) messages back to the active client. |
| String |
| The internal network address used by services to coordinate background loopbacks within the orchestration engine. |
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| String |
| The external, browser-facing target path where clients authenticate OAuth2/JWT tokens. |
| String |
| Target security realm partition designated for your application users and configurations. |
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| String |
| The primary LLM engine is utilized across non-MCP processing phases (e.g., intent categorization, summary extraction, and final generation). |
| String |
| The fallback model engine activates automatically if the primary hosting region goes offline. |
| String |
| A specialized model optimized for analyzing graph structures, generating SPARQL queries, and parsing triples. |
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| String |
| Internal cluster network endpoint pointing directly to your deployed Components Service vector search module. |
| Number |
| Specifies the exact number of nearest-neighbor text chunk results ( |
| String |
| Selects the active target vector provider preset logic. Supported options:
|
| Object |
| Key-value schema overrides applied when |
| String |
| The targeted index or collection ID. Required when using isolated standalone engines like Pinecone, Qdrant, or Weaviate. |
| Boolean |
| When set to |
| Array |
| Identifies specific verbose or sensitive properties to strip from the forwarded metadata object to optimize payload transit. |
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| String |
| Identifies the hosting environment provider for vector generation (e.g., |
| String |
| Defines the specific model architecture signature used to transform clean text fragments into dense vectors. |
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| String |
| Base access endpoint address of your running taxonomies and modeling platform. |
| String |
| The unique validation project UUID assigned to your enterprise taxonomy partition. |
| Array | Standard SKOS array | A collection of SKOS properties or custom URIs fetched dynamically to extract and contextualize domain definitions. |
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| String |
| The target network access endpoint for the GraphDB Model Context Protocol (MCP) server. |
| String |
| The main repository namespace inside your database instance holding semantic triples. |
| String |
| Named graph URI enclosing the ontologies, schemas, and relational maps of your dataset. |
| Number |
| Caps the maximum volume of triples extracted through full-text search indexing to protect the orchestrator's token limits. |
Property Name | Data Type | Default / Example | Description |
|---|---|---|---|
| Number |
| The token volume limit threshold. If an active session exceeds this limit, automatic context compression and summarization are triggered. |
| Number |
| Caps parallel execution phases inside the orchestrator in seconds. |
| String |
| Optional A short, plain-language description of your knowledge base content passed to the output guardrails to evaluate generation in light of specialized domain boundaries. |
The datasetContext parameter is crucial when working with proprietary, domain-specific, or synthetic datasets that legitimately differ from the LLM's pre-trained general knowledge. It ensures correct, source-grounded generated responses are not falsely flagged as hallucinations or misinformation by the system's output guardrails.
Usage Guidelines
Leave Empty
If your underlying knowledge base consists solely of general-knowledge corpora.
Set a Value
Populate with a concise summary of your data boundaries (e.g., "This knowledge base contains proprietary documentation and synthetic test configurations for model version 4.1-alpha") whenever your data must strictly override standard public model assumptions.