Skip to content

Latest commit

 

History

187 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Collection of notes, from various fields, in the course of time.
Obsidian software tool, is being used for maintaining this project.

Search

qmd is a local CLI search engine for markdown vaults. It combines full-text search, semantic search, and LLM re-ranking, so notes can be searched without loading whole files into context. Requires bun.

bun install -g https://github.com/tobi/qmd
qmd collection add . --name notes
qmd context add qmd://notes "My notes vault"
qmd embed

Query it with:

# Keyword search (BM25).
qmd search "work log okr"

# Semantic search.
qmd vsearch "what did I do on..."

# Hybrid search with LLM re-ranking.
qmd query "how I handle pagination"

About

Collection of notes, from various fields, in the course of time.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Contributors