enable-semantic-search

Install and configure qmd for local semantic search in a vault.

461|129|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/davekilleen/Dex --skill enable-semantic-search-davekilleen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enable-semantic-search
Source: https://github.com/davekilleen/Dex/tree/main/.claude/skills/enable-semantic-search
Command: npx skills add https://github.com/davekilleen/Dex --skill enable-semantic-search-davekilleen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, python3.10+, sqlite3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables AI-powered semantic search within your personal knowledge vault, allowing you to find information based on meaning and context rather than just keywords.

Core Features & Use Cases

  • Meaning-Based Search: Find notes related by concept, not just exact wording (e.g., "PLG" finds "product-led growth").
  • Smart Collection Discovery: Automatically identifies relevant sub-sections of your vault (like people, meetings, projects) to create targeted search indexes.
  • Enhanced Skills: Integrates seamlessly with other skills like /daily-plan and /meeting-prep to provide richer, context-aware results.
  • Use Case: When preparing for a meeting, semantic search can surface past discussions about similar topics or related individuals, even if the exact names or keywords aren't used in your query.

Quick Start

Run the enable-semantic-search skill to set up AI-powered search for your vault.

Frequently Asked Questions about enable-semantic-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up semantic search for my knowledge management vault?

Semantic search uses AI embeddings to find information based on meaning and context rather than exact keywords, allowing queries like "PLG" to surface notes about "product-led growth".

What do I need to install to run local AI-powered semantic search?

You need to install Bun, Python 3.10+, and sqlite3, with macOS users optionally requiring Homebrew SQLite to successfully run the local AI-powered semantic search tool.

How does semantic search discover and organize notes in my vault?

The tool intelligently discovers relevant sub-sections of your vault, like people, meetings, or projects, and creates targeted search indexes to enhance the relevance of your query results.

Can I use semantic search to prepare for meetings with related context?

Yes, semantic search integrates with workflows like daily-plan and meeting-prep to surface past discussions about similar topics or related individuals, even when exact names or keywords are absent.

Does semantic search work without exact keyword matches?

Semantic search works without exact keyword matches by using AI embeddings to evaluate meaning and context, effectively retrieving conceptually related notes regardless of the specific wording used.