update article post

This commit is contained in:
svemagie
2026-03-22 10:00:58 +01:00
parent 5a413d280c
commit e3cc45763e
@@ -4,8 +4,8 @@ title: Memex Chat - Obsidian Plugin I built for myself
summary: Memex Chat is an Obsidian plugin that lets you chat with your vault using Claude AI with proper context retrieval, not just keyword search. summary: Memex Chat is an Obsidian plugin that lets you chat with your vault using Claude AI with proper context retrieval, not just keyword search.
category: category:
- dev - dev
- indieweb
- on/memex - on/memex
- smallweb/indieweb
gardenStage: revisit gardenStage: revisit
visibility: Public visibility: Public
aiTextLevel: "0" aiTextLevel: "0"
@@ -21,26 +21,26 @@ webmentionResults:
skipped: [] skipped: []
timestamp: 2026-03-21T20:20:27.043Z timestamp: 2026-03-21T20:20:27.043Z
webmentionSent: true webmentionSent: true
updated: 2026-03-22T08:51:26.150Z updated: 2026-03-22T09:00:58.344Z
mpUrl: https://blog.giersig.eu/articles/memex-chat-obsidian-plugin-i/ mpUrl: https://blog.giersig.eu/articles/memex-chat-obsidian-plugin-i/
permalink: /articles/memex-chat-obsidian-plugin-i/ permalink: /articles/memex-chat-obsidian-plugin-i/
--- ---
Memex Chat is an Obsidian plugin that lets you chat with your vault using Claude AI with proper context retrieval, not just keyword search. Memex Chat is an Obsidian plugin that lets you chat with your vault using Claude AI with proper context retrieval, not just keyword search.
* * * * * *
What it does: What it does:
* Semantic vault search: a TF-IDF index over all your notes, no external API needed for retrieval * Semantic vault search: a TF-IDF index over all your notes, no external API needed for retrieval
* Local embeddings: optional on-device semantic search using BGE Micro v2, fully offline after one model download (~22 MB) * Local embeddings: optional on-device semantic search using BGE Micro v2, fully offline after one model download (~22 MB)
* Auto context: relevant notes are automatically found and attached to your query before it even reaches Claude * Auto context: relevant notes are automatically found and attached to your query before it even reaches Claude
* @ mentions: reference specific notes directly in your message with autocomplete * @ mentions: reference specific notes directly in your message with autocomplete
* Context preview: see and edit which notes are included before sending * Context preview: see and edit which notes are included before sending
* Related notes sidebar: always-on panel showing the most similar notes to whatever you have open, ranked by semantic similarity, frontmatter links, and shared tags * Related notes sidebar: always-on panel showing the most similar notes to whatever you have open, ranked by semantic similarity, frontmatter links, and shared tags
* Thread history: chats saved as Markdown in your vault, so nothing disappears * Thread history: chats saved as Markdown in your vault, so nothing disappears
* Source links: every answer shows which notes were used as context * Source links: every answer shows which notes were used as context
* Prompt buttons: configurable header buttons that extend Claudes system prompt (e.g. draft check, monthly review) * Prompt buttons: configurable header buttons that extend Claudes system prompt (e.g. draft check, monthly review)
* Installation is manual for now: download main.js, manifest.json, and styles.css from the latest release, drop them into .obsidian/plugins/memex-chat/, enable in Community Plugins, and add your Anthropic API key. * Installation is manual for now: download main.js, manifest.json, and styles.css from the latest release, drop them into .obsidian/plugins/memex-chat/, enable in Community Plugins, and add your Anthropic API key.
→ https://github.com/svemagie/obsidian-memex-chat → https://github.com/svemagie/obsidian-memex-chat