Console preferences

Fine-tune your workspace

Adjust runtime configuration for the Graph-RAG console. Overrides are stored locally so you can experiment without touching team-wide settings.

API base URL

Override the API endpoint locally. The value persists in your browser's storage and falls back toNEXT_PUBLIC_API_URL if cleared.

Current: https://factumbackend-test.up.railway.app

Public environment variables

NEXT_PUBLIC_SUPABASE_ANON_KEYsb_publishable_l1izFr6am3k0uyCgiEzO1g_s2iK-P3e
NEXT_PUBLIC_SUPABASE_URLhttps://jurttdmpjlvjcyqptcpg.supabase.co
NEXT_PUBLIC_API_URLhttps://factumbackend-test.up.railway.app

Supabase connectivity

Set NEXT_PUBLIC_SUPABASE_URL andNEXT_PUBLIC_SUPABASE_ANON_KEY to surface Supabase-backed features in the console. These values are read directly from .env.local.

StatusConnected
Project URLhttps://jurttdmpjlvjcyqptcpg.supabase.co
Anon keysb_pub...-P3e

Keyboard shortcuts

Focus search
/
Go to Ingest
gi
Go to Search
gs
Go to Clinical QA
gc
Go to Graph
gg
Go to Domain Packs
gd
Open shortcut cheatsheet
?

Profile documents

Review uploaded documents, their chunks and triples. Delete individual documents when needed.

Tenant: Not selected
Select a tenant to load uploaded documents.

Database Management

Clear all data from PostgreSQL and Neo4j databases. This operation is irreversible and will delete all entities, edges, documents, and graph data.

Account

Permanently delete your account. All your sessions, password reset tokens, and graph data linked to tenants you exclusively own will be removed from PostgreSQL and Neo4j. This action is irreversible.

Environment export

[
  {
    "key": "NEXT_PUBLIC_SUPABASE_ANON_KEY",
    "value": "sb_publishable_l1izFr6am3k0uyCgiEzO1g_s2iK-P3e"
  },
  {
    "key": "NEXT_PUBLIC_SUPABASE_URL",
    "value": "https://jurttdmpjlvjcyqptcpg.supabase.co"
  },
  {
    "key": "NEXT_PUBLIC_API_URL",
    "value": "https://factumbackend-test.up.railway.app"
  }
]