TAKESHI MORITA3k downloadsAI assistant with chat, workflow automation, and semantic search (RAG). Supports Gemini, OpenAI, Anthropic, OpenRouter, Grok, local LLMs, and CLI backends.
Free and open-source AI assistant for Obsidian with Chat, Workflow Automation, and Semantic Search (RAG). Supports multiple LLM providers — use whichever AI fits your needs.
Use any LLM provider: Gemini, OpenAI, Anthropic, OpenRouter, Grok, OpenCode Zen / Go, local LLMs (Ollama, LM Studio, vLLM, OpenCode), or CLI tools (Antigravity CLI, Claude Code, Codex CLI).
| Provider | Chat | Vault Tools | Web Search | Image Gen | RAG |
|---|---|---|---|---|---|
| Gemini (API) | ✅ Streaming | ✅ Function calling | ✅ Google Search | ✅ Gemini Image models | ✅ |
| OpenAI (API) | ✅ Streaming | ✅ Function calling | ✅ Native search (official API) | ✅ DALL-E | ✅ |
| Anthropic (API) | ✅ Streaming | ✅ Tool use | ✅ Native search (official API) | ❌ | ✅ |
| OpenRouter (API) | ✅ Streaming | ✅ Function calling | ❌ | ❌ | ✅ |
| Grok (API) | ✅ Streaming | ✅ Function calling | ✅ Native search (official xAI API) | ❌ | ✅ |
| OpenCode Zen / Go (API) | ✅ Streaming | ✅ Function calling | ❌ | ❌ | ✅ |
| Local LLM (LM Studio, vLLM, AnythingLLM) | ✅ Streaming | ✅ Function calling (auto-fallback) | ❌ | ❌ | ✅ |
| Local LLM (Ollama, OpenCode) | ✅ Streaming | ❌ (marker mode) | ❌ | ❌ | ✅ |
| CLI (Antigravity, Claude, Codex) | ✅ Streaming | ❌ | ❌ | ❌ | ✅ |
Web Search appears for Gemini providers and for OpenAI, Anthropic, or Grok providers using their official API hosts. Open the search menu and check Web search before sending the prompt; asking the model to browse does not enable the tool by itself. Web Search and one Semantic Search (RAG) setting can be enabled together so the model can synthesize current web information with retrieved vault context. The model decides whether a web search is needed. Search answers include inline citation links and a compact cited-source list; custom and OpenAI-compatible gateways are not assumed to support the providers' native search tools.
[!TIP] Multiple providers can be configured simultaneously. Switch models freely during chat — each provider has its own API key and settings.
[!TIP] CLI Options let you use flagship models with just an account - no API key needed!
- Antigravity CLI: Install Antigravity CLI, run
agyand authenticate- Claude CLI: Install Claude Code (
npm install -g @anthropic-ai/claude-code), runclaudeand authenticate- Codex CLI: Install Codex CLI (
npm install -g @openai/codex), runcodexand authenticate
note, note-read, etc., or {content} / {selection} variables). LM Studio / vLLM / AnythingLLM local LLMs DO support vault tools when the underlying model supports OpenAI-style function calling — incompatible models are auto-detected on first use and downgraded to marker-based skill mode.The AI Chat feature provides an interactive conversation interface with your chosen LLM provider, integrated with your Obsidian vault.

Opening Chat:
Chat Controls:
Choose a supported API model, then open the search menu beside the model picker and check Web search. You may also select one Semantic Search setting in the same menu; when both are active, matching vault context is injected before the provider receives the prompt with its native web-search tool enabled. Prompt wording alone does not turn search on. Search remains model-controlled: enabling the tool allows the model to search, but does not force a search for every prompt.
The Web and RAG choices are saved per workspace. Switching to a model that cannot use one of them leaves the preference visibly selected but inactive, and it automatically becomes active again when you return to a compatible model. Use a combined RAG setting when several indexes should be searched together.
api.openai.com; search uses the Responses API and can run alongside vault and MCP function tools. OpenAI image-generation models are excluded.api.anthropic.com; native server search can run alongside vault and MCP client tools.api.x.ai; search uses xAI's Responses API and can run alongside vault and MCP function tools. Grok image/video-generation models are excluded.The implementation intentionally has no chat-model allowlist. Compatible current or future models may use search, while an unsupported model returns the provider's actionable error. Live compatibility checks during development covered OpenAI GPT-5.6 Sol and Anthropic Claude Opus 4.8, Sonnet 5, Fable 5, and Haiku 4.5; automated Responses-stream coverage includes Grok 4.5.
Only cited sources are displayed. Provider citation positions become numbered Markdown links, while xAI's native inline Markdown citations are preserved; deduplicated sources appear as clickable pills beneath the Used web search badge. Search source metadata and provider-native continuation items are saved with chat history so later turns can retain search context when the endpoint, model, and retained message pair still match. Usage estimates add the current $0.01 OpenAI/Anthropic search fee per request; xAI responses use the provider's exact billed cost (currently $0.005 per web-search invocation), including token and tool charges.
Create reusable prompt templates triggered by /:
{selection} (selected text) and {content} (active note)/ to see available commandsDefault: /infographic - Converts content to HTML infographic

Reference files and variables by typing @:
{selection} - Selected text{content} - Active note content[!NOTE] How
{selection}and{content}work: When you switch from Markdown View to Chat View, the selection would normally be cleared due to focus change. To preserve your selection, the plugin captures it when switching views and highlights the selected area with a background color in the Markdown View. The{selection}option only appears in @ suggestions when text was selected.Both
{selection}and{content}are intentionally not expanded in the input area—since the chat input is compact, expanding long text would make typing difficult. The content is expanded when you send the message, which you can verify by checking your sent message in the chat.
[!NOTE] Vault file @mentions insert only the file path - the AI reads content via tools. This does not work with CLI models or marker-only Local LLM frameworks such as Ollama/OpenCode. Tools-capable Local LLM frameworks such as LM Studio, vLLM, and AnythingLLM can read the file via vault tools when the loaded model supports function calling. Antigravity CLI can read files via shell, but response format may differ.
Attach files directly: Images (PNG, JPEG, GIF, WebP), PDFs, Text files
The AI can interact with your vault using these tools:
| Tool | Description |
|---|---|
read_note |
Read note content |
create_note |
Create new notes |
propose_edit |
Edit with confirmation dialog |
propose_delete |
Delete with confirmation dialog |
bulk_propose_edit |
Bulk edit multiple files with selection dialog |
bulk_propose_delete |
Bulk delete multiple files with selection dialog |
search_notes |
Search vault by name or content |
list_notes |
List notes in folder |
rename_note |
Rename/move notes |
create_folder |
Create new folders |
list_folders |
List folders in vault |
get_active_note_info |
Get info about active note |
bulk_propose_rename |
Bulk rename multiple files with selection dialog |
When the AI handles notes in Chat, it uses Vault tools. Control which vault tools the AI can use via the Database icon (📦) below the attachment button:
| Mode | Description | Tools Available |
|---|---|---|
| Vault: All | Full vault access | All tools |
| Vault: No search | Exclude search tools | All except search_notes, list_notes |
| Vault: Off | No vault access | None |
The same Database icon menu also has Previous messages (0-99). This controls how many messages before the current prompt are sent to the model as conversation context. Set it to 0 to send only the current prompt, such as when processing unrelated files one at a time. The value is saved for the workspace.
When to use each mode:
Automatic mode selection:
| Condition | Default Mode | Changeable |
|---|---|---|
| CLI models (Antigravity/Claude/Codex CLI) | Vault: Off | No |
| Local LLM | Vault: Off | No |
| Gemma 4 + RAG/Web Search | Vault: Off | Yes (disabling RAG/Web Search re-enables tools) |
| Normal | Vault: All | Yes |
Why some modes are forced:
LLM vault tool folders:
In Settings → Workspace → LLM vault tool folders, you can limit which vault folders LLM-driven vault tools may access. This applies to API providers and tools-capable Local LLMs, including LLM-triggered skill workflows. Leave the list empty to allow the whole vault. CLI models are not restricted by this setting because they do not use these vault tools.
When AI uses propose_edit:
Changes are NOT written until you confirm.
Track and restore changes made to your notes:
Automatic tracking - All AI edits (chat, workflow) and manual changes are recorded
File menu access - Right-click on a markdown file to access:
Command palette - Also available via "Show edit history" command
Diff view - See exactly what changed with color-coded additions/deletions
Restore - Revert to any previous version with one click
Copy - Save a historical version as a new file (default name: {filename}_{datetime}.md)
Resizable modal - Drag to move, resize from corners
Diff display:
+ lines existed in the older version- lines were added in the newer versionHow it works:
Edit history uses a snapshot-based approach:
When history is recorded:
propose_edit tool)note node)Storage: Edit history is stored in memory and cleared on Obsidian restart. Obsidian's built-in file recovery covers persistent version tracking.

MCP (Model Context Protocol) servers provide additional tools that extend the AI's capabilities beyond vault operations.
Two transport modes are supported:
HTTP (Streamable HTTP):
Stdio (Local process):
npx -y @modelcontextprotocol/server-filesystem /path/to/dir)Note: Stdio transport launches a local process and is desktop-only. Test connection is required before saving.

Using MCP tools:
mcp node to call MCP server tools.Tool hints: After successful connection test, available tool names are saved and displayed in both settings and chat UI for easy reference.
Some MCP tools return interactive UI that allows you to interact with the tool results visually. This feature is based on the MCP Apps specification.
How it works:
ui:// resource URI in its response metadata, the plugin fetches and renders the HTML contentsandbox="allow-scripts allow-forms")In Chat:
In Workflows:
Security: All MCP App content runs in a sandboxed iframe with restricted permissions. The iframe cannot access the parent page's DOM, cookies, or local storage. Only
allow-scriptsandallow-formsare enabled.
Extend the AI with custom instructions, reference materials, and executable workflows. Skills follow the industry-standard agent skills pattern (e.g., OpenAI Codex .codex/skills/).
SKILL.md filesreferences/.sh, .py, .js, .ts, .rb) as function calling tools (desktop only)/folder-name to instantly invoke a skill and sendCreate skills the same way as workflows — select + New (AI), check "Create as agent skill", and describe what you want. The AI generates both the SKILL.md instructions and the workflow.
For setup instructions and examples, see Agent Skills
Connect your Obsidian vault's LLM to Discord as a chat bot. Users can chat with the AI, switch models, use RAG search, and activate slash commands — all from Discord.
| Setting | Description | Default |
|---|---|---|
| Enabled | Toggle Discord bot on/off | Off |
| Bot Token | Discord bot token from Developer Portal | — |
| Respond to DMs | Whether the bot responds to direct messages | On |
| Require @mention | In server channels, only respond when @mentioned (DMs always respond) | On |
| Allowed Channel IDs | Comma-separated channel IDs to restrict (empty = all channels) | empty |
| Allowed User IDs | Comma-separated user IDs to restrict (empty = all users) | empty |
| Model Override | Specify which model to use for Discord (empty = current selected model) | empty |
| System Prompt Override | Custom system prompt for Discord conversations | empty |
| Max Response Length | Maximum characters per message (1–2000, Discord's limit) | 2000 |
[!TIP] Finding Channel/User IDs: In Discord, enable Developer Mode (Settings → Advanced → Developer Mode). Then right-click a channel or user and select Copy ID.
Users can interact with the bot using these commands in Discord:
| Command | Description |
|---|---|
!model |
List available models |
!model <name> |
Switch to a specific model for this channel |
!rag |
List available RAG settings |
!rag <name> |
Switch to a specific RAG setting for this channel |
!rag off |
Disable RAG for this channel |
!skill |
List available slash commands |
!skill <name> |
Activate a slash command (may require follow-up message) |
!research <query> |
Run Gemini Deep Research (background, may take several minutes) |
!discuss <theme> |
Start AI Discussion with configured participants (background) |
!reset |
Clear conversation history for this channel |
!help |
Show help message |
!rag command!skill!research command. Runs in the background so you can continue chatting while it works. Results are posted to the channel when complete (requires Gemini API key)[!NOTE] Conversation history is kept in memory only and is cleared when the bot disconnects or Obsidian restarts.
Build automated multi-step workflows directly in Markdown files. No programming knowledge required - just describe what you want in natural language, and the AI will create the workflow for you.

You don't need to learn YAML syntax or node types. Simply describe your workflow in plain language:

Modify existing workflows the same way:
25 node types are available for building workflows:
| Category | Nodes |
|---|---|
| Variables | variable, set |
| Control | if, while |
| LLM | command |
| Data | http, json, script, shell |
| Notes | note, note-read, note-search, note-list, folder-list, open |
| Files | file-explorer, file-save |
| Prompts | prompt-file, prompt-selection, dialog |
| Composition | workflow |
| External | mcp, obsidian-command |
| RAG | rag-sync |
| Utility | sleep |
For detailed node specifications and examples, see Workflow Nodes
Assign keyboard shortcuts to run workflows instantly:
Ctrl+Shift+T)When triggered by hotkey:
prompt-file uses the active file automatically (no dialog)prompt-selection uses the current selection, or full file content if no selectionWorkflows can be automatically triggered by Obsidian events:

| Event | Description |
|---|---|
| File Created | Triggered when a new file is created |
| File Modified | Triggered when a file is saved (debounced 5s) |
| File Deleted | Triggered when a file is deleted |
| File Renamed | Triggered when a file is renamed |
| File Opened | Triggered when a file is opened |
Event trigger setup:
File pattern examples:
**/*.md - All Markdown files in any folderjournal/*.md - Markdown files in journal folder only*.md - Markdown files in root folder only**/{daily,weekly}/*.md - Files in daily or weekly foldersprojects/[a-z]*.md - Files starting with lowercase letterEvent variables: When triggered by an event, these variables are set automatically:
| Variable | Description |
|---|---|
_eventType |
Event type: create, modify, delete, rename, file-open |
_eventFilePath |
Path of the affected file |
_eventFile |
JSON with file info (path, basename, name, extension) |
_eventFileContent |
File content (for create/modify/file-open events) |
_eventOldPath |
Previous path (for rename events only) |
Note:
prompt-fileandprompt-selectionnodes automatically use the event file when triggered by events.prompt-selectionuses the entire file content as the selection.
Dashboard functionality is provided by the separate Dashboard Hub plugin. When both plugins are enabled, LLM Hub supplies Dashboard Hub with its configured AI models, Chat handoff, Base generation, text rewriting, and Workflow generation/execution. Dashboard Hub also contributes its dashboard Agent Skill to LLM Hub at runtime.
See the Dashboard Hub documentation for dashboard features, widgets, storage, and schema details.
AI Discussion is provided by the separate Discussion Hub plugin. When both plugins are enabled, LLM Hub supplies Discussion Hub with its configured API, CLI, and local text models. Models contributed by Gemini Helper and Local LLM Hub can participate in the same discussion.
See the Discussion Hub documentation for discussion features, configuration, and usage details.
| Model | Description |
|---|---|
| Gemini 3.1 Pro Preview | Latest flagship model, 1M context (recommended) |
| Gemini 3.1 Pro Preview (Custom Tools) | Optimized for agentic workflows with custom tools and bash |
| Gemini 3.6 Flash | Latest GA Flash model, 1M context, optimized for agentic and multimodal tasks |
| Gemini 3.5 Flash | Fast model, 1M context, best cost-performance |
| Gemini 3.5 Flash Lite | Latest fast, low-cost model with 1M context |
| Gemini 2.5 Flash | Fast model, 1M context |
| Gemini 2.5 Pro | Pro model, 1M context |
| Gemini 3 Pro (Image) | Pro image generation, 4K |
| Gemini 3.1 Flash (Image) | Fast, low-cost image generation |
| Gemma 4 | Free, function calling and RAG/Web Search are mutually exclusive |
Thinking mode: Use the Always Think toggles for supported chat models. Gemini 3.1 Pro always uses thinking mode and does not support disabling it.
Always Think toggle:
Click the Database icon (📦) to open the tool menu, and check the toggles under Always Think:
When a toggle is ON, thinking is always active for that model family regardless of message content. When OFF, the existing keyword-based detection is used.

| Model | Description |
|---|---|
| GPT-5.6 Sol | Highest-quality GPT-5.6 tier; web search live-tested |
| GPT-5.6 Terra | Balanced GPT-5.6 tier |
| GPT-5.6 Luna | Fast, economical GPT-5.6 tier |
| GPT-5.4 | Earlier flagship model |
| GPT-5.4-mini | Cost-effective mid-tier model |
| GPT-5.4-nano | Lightweight, fast model |
| O3 | Reasoning model |
| DALL-E 3 / DALL-E 2 | Image generation |
| Model | Description |
|---|---|
| Claude Opus 5 | Complex agentic coding and enterprise work; adaptive thinking |
| Claude Opus 4.8 | Advanced reasoning and agentic work; web search live-tested |
| Claude Sonnet 5 | Balanced frontier model; web search live-tested |
| Claude Fable 5 | Advanced model; web search live-tested |
| Claude Opus 4.6 | Most capable model, extended thinking |
| Claude Sonnet 4.6 | Balanced performance and cost |
| Claude Haiku 4.5 | Fast, lightweight model; web search live-tested |
Configure any OpenAI-compatible endpoint with custom base URL and models. OpenRouter provides access to hundreds of models from various providers.
OpenCode offers two hosted gateways from the same account, both selectable from the provider dropdown:
https://opencode.ai/zen) — pay-per-use, includes several free models (Big Pickle, MiniMax M2.5 Free, etc.) and a broad model catalog (Claude, GPT-5.x, and more). Exposes OpenAI-compatible /v1/models + /v1/chat/completions, so models are listed automatically.https://opencode.ai/zen/go) — $5/first month, $10/month subscription with curated coding models (Grok, GLM, Kimi, DeepSeek, MiMo, MiniMax, Qwen, and more). The plugin fetches its live /v1/models catalog during Verify, so newly added and retired models are reflected automatically.Connect to locally running models via Ollama, LM Studio, vLLM, AnythingLLM, or the OpenCode local server. Models are auto-detected from the running server.
main.js, manifest.json, styles.css from releasesllm-hub folder in .obsidian/plugins/git clone https://github.com/takeshy/obsidian-llm-hub
cd obsidian-llm-hub
npm install
npm run build
Add one or more API providers in plugin settings. Each provider has its own API key and model selection.
| Provider | Get API Key |
|---|---|
| Gemini | ai.google.dev |
| OpenAI | platform.openai.com |
| Anthropic | console.anthropic.com |
| OpenRouter | openrouter.ai |
| Grok | console.x.ai |
| OpenCode Zen | opencode.ai |
| OpenCode Go | opencode.ai |
You can also add custom OpenAI-compatible endpoints.

Route all API requests through an HTTP CONNECT proxy for corporate gateway environments. See Proxy Settings for details.
Connect to locally running LLM servers:
[!NOTE] LM Studio / vLLM / AnythingLLM local LLMs use OpenAI-style function calling for vault tools — enabled by default for tools-capable models. If a model rejects the first tools request it is auto-flagged and downgraded to marker-based skill mode for subsequent turns; clear the flag in Settings → Local LLM → Re-enable tools to retry.
These tools follow Settings → Workspace → LLM vault tool folders, the same folder limit used for API providers and LLM-triggered skill workflows.
Ollama and OpenCode (Local) still use marker mode only. Use workflows or RAG for note operations with those frameworks.
The OpenCode framework connects to a local opencode serve instance, which exposes its own HTTP API instead of the OpenAI-compatible /v1/chat/completions shape. Streaming uses the server's /global/event SSE endpoint.
curl -fsSL https://opencode.ai/install | bash
opencode serve
It listens on http://localhost:4096 by default.http://localhost:4096), and click Fetch models.<providerID>/<modelID> (e.g. google/gemini-flash-lite-latest). Pick one and save.OpenCode recommends WSL on Windows for file-system performance and tool compatibility. Since Obsidian runs on the Windows host, the server must be bound to a reachable interface and — because it becomes accessible from outside WSL — protected with a password.
Install WSL (Microsoft's official guide) and open a WSL terminal.
Inside WSL, install OpenCode:
curl -fsSL https://opencode.ai/install | bash
Start the server bound to all interfaces, with a password:
OPENCODE_SERVER_PASSWORD='your-password' opencode serve --hostname 0.0.0.0 --port 4096
WSL2 forwards localhost to the Windows host automatically, so from Obsidian the URL is http://localhost:4096. If that doesn't resolve, run hostname -I in WSL and use http://<wsl-ip>:4096 instead.
In plugin settings → Local LLM → OpenCode (Local):
http://localhost:4096 (or the WSL IP)opencode (default; override with OPENCODE_SERVER_USERNAME if you set one)OPENCODE_SERVER_PASSWORDClick Fetch models, pick a <providerID>/<modelID> model, and save.
Antigravity CLI:
agyClaude CLI:
npm install -g @anthropic-ai/claude-codeclaudeCodex CLI:
npm install -g @openai/codexcodexCLI Limitations: No vault tool support, no web search, desktop only
TTY terminal: Run “LLM Hub: Open CLI terminal” from the command palette to open an in-Obsidian CLI terminal view. In desktop environments where node-pty and @xterm/xterm are available, the view starts a full TTY session for Antigravity / Claude / Codex with the vault root as the working directory.
[!NOTE] CLI-only usage: You can use CLI mode without any API key. Just install and verify a CLI tool.
Custom CLI Path: If automatic CLI detection fails, click the gear icon (⚙️) next to the Verify button to manually specify the CLI path. The plugin searches common installation paths automatically, including version managers (nodenv, nvm, volta, fnm, asdf, mise).
Leave the CLI path empty and click Verify — the plugin looks for agy on PATH. Claude's standalone installer at %LOCALAPPDATA%\Programs\claude\claude.exe is also picked up automatically.
Only set a custom CLI path if auto-detection fails. Any of the following works, listed from safest to most permissive:
.exe executable — e.g. C:\Users\YourName\AppData\Local\Programs\Antigravity\agy.exe. Runs directly..cmd / .bat wrapper — e.g. an agy.cmd wrapper on PATH. Must go through cmd.exe, so prompts containing &, |, >, ^, or %VAR% may misbehave.Use Get-Command agy / Get-Command claude / Get-Command codex in PowerShell to find the wrapper path; then either enter it directly or navigate to the sibling .exe when available.
which agy
/home/user/.local/bin/agy) in the CLI path settingsFor Claude CLI, use which claude. For Codex CLI, use which codex.
If detection fails, specify the CLI executable path directly (e.g., ~/.local/bin/agy).
[!TIP] Claude CLI tip: Chat sessions from LLM Hub are stored locally. You can continue conversations outside of Obsidian by running
claude --resumein your vault directory to see and resume past sessions.

Password-protect your chat history and workflow execution logs separately.
Setup:


Each setting can be enabled/disabled independently.
Features:
How it works:
[Setup - once when setting password]
Password → Generate key pair (RSA) → Encrypt private key → Store in settings
[Encryption - for each file]
File content → Encrypt with new AES key → Encrypt AES key with public key
→ Save to file: encrypted data + encrypted private key (from settings) + salt
[Decryption]
Password + salt → Restore private key → Decrypt AES key → Decrypt file content
#!/usr/bin/env python3
"""Decrypt LLM Hub encrypted files without the plugin."""
import base64, sys, re, getpass
from cryptography.hazmat.primitives import hashes, serialization
from cryptography.hazmat.primitives.kdf.pbkdf2 import PBKDF2HMAC
from cryptography.hazmat.primitives.ciphers.aead import AESGCM
from cryptography.hazmat.primitives.asymmetric import padding
def decrypt_file(filepath: str, password: str) -> str:
with open(filepath, 'r') as f:
content = f.read()
# Parse YAML frontmatter
match = re.match(r'^---\n([\s\S]*?)\n---\n([\s\S]*)$', content)
if not match:
raise ValueError("Invalid encrypted file format")
frontmatter, encrypted_data = match.groups()
key_match = re.search(r'key:\s*(.+)', frontmatter)
salt_match = re.search(r'salt:\s*(.+)', frontmatter)
if not key_match or not salt_match:
raise ValueError("Missing key or salt in frontmatter")
enc_private_key = base64.b64decode(key_match.group(1).strip())
salt = base64.b64decode(salt_match.group(1).strip())
data = base64.b64decode(encrypted_data.strip())
# Derive key from password
kdf = PBKDF2HMAC(algorithm=hashes.SHA256(), length=32, salt=salt, iterations=100000)
derived_key = kdf.derive(password.encode())
# Decrypt private key
iv, enc_priv = enc_private_key[:12], enc_private_key[12:]
private_key_pem = AESGCM(derived_key).decrypt(iv, enc_priv, None)
private_key = serialization.load_der_private_key(base64.b64decode(private_key_pem), None)
# Parse encrypted data: key_length(2) + enc_aes_key + iv(12) + enc_content
key_len = (data[0] << 8) | data[1]
enc_aes_key = data[2:2+key_len]
content_iv = data[2+key_len:2+key_len+12]
enc_content = data[2+key_len+12:]
# Decrypt AES key with RSA private key
aes_key = private_key.decrypt(enc_aes_key, padding.OAEP(
mgf=padding.MGF1(algorithm=hashes.SHA256()), algorithm=hashes.SHA256(), label=None))
# Decrypt content
return AESGCM(aes_key).decrypt(content_iv, enc_content, None).decode('utf-8')
if __name__ == "__main__":
if len(sys.argv) != 2:
print(f"Usage: {sys.argv[0]} <encrypted_file>")
sys.exit(1)
password = getpass.getpass("Password: ")
print(decrypt_file(sys.argv[1], password))
Requires: pip install cryptography
Warning: If you forget your password, encrypted files cannot be recovered. Keep your password safe.
Tip: To encrypt all files in a directory at once, use a workflow. See the "Encrypt all files in a directory" example in Workflow Nodes.

Security benefits:
read_note tool). This keeps sensitive data like API keys safe from accidental exposure during chat.note-read node. When accessed, a password dialog appears, and the password is cached for the session.Local vector-based search that injects relevant vault content into LLM conversations. No external RAG server required — embeddings are generated and stored locally.
Setup:
+)| Setting | Description | Default |
|---|---|---|
| Embedding Base URL | Custom embedding server URL (empty = Gemini API) | empty |
| Embedding API Key | API key for custom server (empty = Gemini key) | empty |
| Embedding Model | Model name for embedding generation | gemini-embedding-2-preview |
| Chunk Size | Characters per chunk | 500 |
| Chunk Overlap | Overlap between chunks | 100 |
| PDF Chunk Pages | Number of PDF pages per embedding chunk (1–6) | 6 |
| Top K | Max chunks to retrieve per query | 5 |
| Score Threshold | Minimum similarity score (0.0–1.0) to include in results | 0.5 |
| Target Folders | Limit indexing to specific folders (empty = all) | empty |
| Exclude Patterns | Regex patterns to exclude files from indexing | empty |
Multimodal indexing (images, PDFs, audio, video) is automatically enabled when using Gemini native embedding models (
gemini-embedding-*). No manual configuration needed.
Large vaults and multiple indexes:
For large vaults, create multiple RAG settings for separate folders, sync each one, then create another RAG setting and choose Combine internal. Select the synced source settings to search them together from one chat/search selector. Combined settings use the embedding server, API key, and model from the first selected source setting.
During sync, changed files are processed and saved in small file batches. This is separate from the RAG chunk size setting. If Obsidian crashes during a large first-time sync, the next sync can continue from the saved index state instead of starting from scratch.
If PDF text extraction fails, the failed PDF paths are listed after sync, their checksums are saved, and they appear in the indexed file list with 0 chunks. They will not be retried on later syncs unless the PDF file changes. To force re-import, rename the PDF, modify the file, or clear/rebuild the RAG index.
External Index:
Use a pre-built index instead of syncing from the vault:
index.json and vectors.binHow it works: When RAG is active, each chat message triggers a local vector search. Relevant chunks are injected into the system prompt as context. Sources are shown in the chat UI — click to open the referenced note.
The RAG Search tab provides a dedicated interface for searching, filtering, editing, and sending RAG results to Chat or Discussion.

For full details, see RAG Search Documentation
/
Data stored locally:
Data sent to LLM providers:
Data sent to third-party services:
http nodes can send data to any URL specified in the workflowCLI providers (optional):
Discord bot (optional):
MCP servers (optional):
mcp nodesSecurity notes:
http nodes can transmit vault data to external endpointsnote nodes show a confirmation dialog before writing files (default behavior)confirmEdits: false will auto-apply file edits without showing Apply/Discard buttonshttp headers, mcp settings, etc.). Instead, store them in encrypted files and use note-read node to retrieve them at runtime. Workflows can read encrypted files with password prompt.See each provider's terms of service for data retention policies.
MIT
If you find this plugin useful, consider buying me a coffee!