top | item 47054228

(no title)

atonse | 12 days ago

Interesting. I feel this is something that Apple could've built as "Spotlight 2.0" right into macOS. Yet another missed opportunity.

How does this compare to qmd [1] by Tobi Lutke?

[1] https://github.com/tobi/qmd

discuss

order

threecheese|12 days ago

For one, qmd uses SQLite (fts5 and SQLite-vec, at least at some point) and then builds reranked hybrid search on top of that. It uses some cool techniques like resilient chunking and embedding, all packaged up into a typescript cli. Id say it sits at a layer above Wax.