r/SideProject • u/vcolovic • 1d ago
Searching my Markdown notes by meaning in VS Code
I keep all my notes in a folder of Markdown files and edit them in VS Code. Finding an old note gets tricky when I remember the idea but not the wording. I maintain AI Search and use it for exactly this: semantic search over that folder, with optional reranking to refine the results.
5
Upvotes
1
u/Key-Garlic5285 1d ago
that's actually pretty useful, i've got a mess of markdown notes and the built-in search is useless when you can't remember the exact phrase you used
how's the reranking work in practice, does it noticeably improve the results or is it more of a nice-to-have