Jorvis Feature Flags Reference

Auto-generated from Deep Discovery Audit (2026-01-23)

Core Pipeline

FlagDefaultDescription
JORVIS_PIPELINE_MODE-Set to graph to enable graph orchestrator
JORVIS_SCHEMA_RAG_ENABLEDfalseSchema RAG as entry point
JORVIS_DOC_ONLY_ENABLEDfalseDocument-only mode (no SQL)
JORVIS_PARALLEL_QUERIESfalseEnable parallel path execution

RAG & Context

FlagDefaultDescription
JORVIS_DOCUMENT_RAG_ENABLEDfalseEnable document RAG retrieval
JORVIS_SCHEMA_CONTEXT_MODE-Set to schemacard for schema cards
JORVIS_SCHEMA_TABLES_PATH-Explicit path to schema tables file
JORVIS_PACK_IDcoreSchema pack identifier
JORVIS_SCHEMA_PREFIX-Schema prefix override

Features

FlagDefaultDescription
JORVIS_MULTIMODAL_ENABLEDfalseEnable multimodal (vision) support
JORVIS_GEMINI_EMBEDDING_2_SPIKE_ENABLEDfalseEnable isolated Gemini Embedding 2 spike path; requires explicit preview model verification
JORVIS_EMBEDDING_READ_TARGETv1Select embedding read path: v1, shadow, or v2 for the four Jorvis retrieval surfaces
JORVIS_OCR_ENABLEDfalseEnable OCR processing
JORVIS_OCR_LANGUAGEengOCR language (Tesseract code)
JORVIS_FEATURE_WEB_SEARCHfalseEnable web search tool
JORVIS_MAX_FILE_SIZE_MB50Maximum file upload size

WebUI Integration

FlagDefaultDescription
JORVIS_WEBUI_AUTO_CHARTSfalseAuto-generate charts
JORVIS_WEBUI_INTERACTIVE_ONLYfalseInteractive mode only
JORVIS_WEBUI_EMBEDS_ENABLEDfalseEnable embeds in responses
JORVIS_DEFAULT_BRAND-Default brand identifier
JORVIS_DISABLE_HELPER_FASTPATHfalseDisable helper fast path

Security

FlagDefaultDescription
JORVIS_INTERNAL_SERVICE_TOKEN-Internal API authentication token
JORVIS_CONFIG_DISABLE_SIGNATURESfalseDisable config signing
JORVIS_CONFIG_SIGNING_PUBLIC_KEY-Public key for config signatures

Audit & Observability

FlagDefaultDescription
JORVIS_AUDIT_STORAGE_ENABLEDfalsePersist audit logs to DB
JORVIS_TRACING_ENABLEDfalseEnable OpenTelemetry tracing
JORVIS_TRACING_SAMPLE_RATE0.1Trace sampling rate (0.0-1.0)

Evaluation

FlagDefaultDescription
JORVIS_TEXT2SQL_EVALfalseEnable Text2SQL evaluation logging
JORVIS_SQL_OUTPUT_FORMAT-Set to structured_json for structured output

Database

FlagDefaultDescription
JORVIS_DB_DEFAULT_HOSTlocalhostDatabase host
JORVIS_DB_DEFAULT_PORT5432Database port
JORVIS_DB_DEFAULT_USERjorvisDatabase user
JORVIS_DB_DEFAULT_PASSWORD-Database password
JORVIS_DB_DEFAULT_DATABASEadventureworksDatabase name
JORVIS_DB_SYNCHRONIZEfalseEnable TypeORM auto-sync
JORVIS_REDIS_URL-Redis connection URL