Obsidian plugin adds AI tools
Top 97.5% on sourcepulse
This plugin adds semantic search and generative AI capabilities to Obsidian, enabling users to query their notes using natural language. It targets Obsidian users who want to leverage AI for knowledge management, offering a self-hosted approach with Supabase and OpenAI.
How It Works
The plugin indexes Obsidian notes by generating embeddings using OpenAI's API and storing them in a Supabase Vector database. This allows for semantic search, where queries are matched against the meaning of note content rather than just keywords. A unified UI provides access to AI search and generative question-answering over the indexed notes.
Quick Start & Requirements
main.js
, manifest.json
, and styles.css
from releases.Obsidian AI: Refresh Index
command.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The plugin requires external services (Supabase, OpenAI) and API keys, which may incur costs. Initial indexing of notes can be time-consuming. The license status needs clarification for commercial use.
2 years ago
1 day