Obsidian CopilotAgent41/100 via “vault-wide semantic search with hybrid bm25+ and vector retrieval”
AI agent for Obsidian knowledge vault.
Unique: Implements dual-index hybrid search (BM25+ + optional vector embeddings) within Obsidian's plugin architecture, allowing users to toggle between lexical and semantic search without leaving the vault. The 'context envelope' system (DeepWiki: Context Sources and Envelope System) abstracts multiple retrieval sources (folders, tags, links, embeddings) into a unified context object passed to the LLM.
vs others: Unlike generic RAG tools that require external vector databases, Obsidian Copilot keeps search local-first with optional cloud embeddings, maintaining vault privacy while supporting semantic search without forced vendor lock-in.