{% extends "base.html" %} {% set active = "settings" %} {% block title %}Cortex — Settings{% endblock %} {% block content %}
| Data Directory | {{ config.data_dir }} |
| Host | {{ config.host }} |
| Port | {{ config.port }} |
| LLM Provider | {{ config.llm_provider or '(not configured)' }} |
| LLM Model | {{ config.llm_model or '(not configured)' }} |
| Embedding Provider | {{ config.embedding_provider }} |
| Embedding Model | {{ config.embedding_model }} |
| Log Level | {{ config.log_level }} |
Import markdown files from an Obsidian vault. Wiki-links between notes are converted to Cortex relationships. Duplicate content is automatically skipped.
Export all Cortex documents as markdown files with YAML frontmatter. Compatible with Obsidian, Logseq, or any markdown-based tool.
Download a complete backup of your Cortex data (cortex.db + graph.db) as a compressed archive.
Restore from CLI: cortex restore <archive.tar.gz>