puria78 downloadsAI-powered local vault memory and context-aware chat with any OpenAI-compatible API.
Local vault memory and context-aware AI chat for Obsidian.
AI Vault Memory indexes Markdown notes locally, retrieves relevant passages when you ask a question, and sends only the chat request and selected context to the OpenAI-compatible provider that you configure.
Once accepted, open Settings → Community plugins, search for AI Vault Memory, then install and enable it.
Download main.js, manifest.json, and styles.css from the latest GitHub release.
Create this folder in your vault:
<vault>/.obsidian/plugins/vault-ai-chat/
Copy the three files into that folder.
Reload Obsidian and enable AI Vault Memory in Settings → Community plugins.
npm install
npm run build
Release assets are main.js, manifest.json, and styles.css. Create a GitHub release with a tag exactly matching the version in manifest.json, then attach those three files.
Licensed under the MIT License.