QMD - Local Markdown Search Search and retrieve documents from locally indexed markdown knowledge bases. Installation Setup Usage Rules Always use flag for structured output when invoking qmd commands. Search Commands search (BM25 keyword search - fast) vsearch (vector semantic search) query (hybrid with LLM re-ranking - best quality) Search Options | Option | Description | |--------|-------------| | | Number of results (default: 5, or 20 with --json) | | | Restrict to specific collection | | | Minimum score threshold | | | Return complete document content in results | | | Return all matches…