💾 Data Directory

{{ disk.data_dir or 'Not configured' }}

{% if disk %}
Conversations (parquet){{ disk.parquet }}
Vectors (LanceDB){{ disk.vectors }}
Summaries{{ disk.summaries }}
Total{{ disk.total }}
{% else %}

No data directory configured.

{% endif %}
🔗 Embedding Provider

Model: {{ embedding.model }} · Dimensions: {{ embedding.dim }}

Loading...
📝 Summary Provider

{% if summarizer.enabled %} Status: Enabled · Provider: {{ summarizer.provider }} · Model: {{ summarizer.model }} {% else %} Status: Disabled {% endif %}

Loading...
🔑 API Keys
⏰ Auto-Sync Schedule

Checking...

Quick sync runs hourly (just conversations). Full sync runs nightly at 3am (all sources + embeddings).
🔌 MCP Connection

Server: brain-mcp · Transport: stdio

Add to your AI client config:

Loading...

🎬 Actions

Config file: {{ config_path }}