A hands-on comparison of keyword search vs. vector search using SQLite's FTS5 and sqlite-vec, with real examples showing when each approach…
How I used a dedicated thread, sync channels, and oneshot responses to run rust-bert inference in a Tauri app without freezing the frontend.
A step-by-step walkthrough of how I built offline, ML-powered semantic search for my note-taking app using rust-bert, sqlite-vec, and Tauri.
It is usually not considered an issue to have hard coded api keys that are meant to be exposed in the client side like in the case of analyt…
MacOS comes with a default SQLite that doesn’t allow you to load extensions.
There will be cases when you need to make multiple API calls and you want to respond after they have all completed and with the status of wh…
Margins are effectively side effects. They affect the positioning of elements outside of their scope, meaning they break encapsulation. As s…