2025-05-13 05:50:45
Just read https://technicalwriting.dev/ml/embeddings/overview.html, and while it didn’t present me with a lot of new stuff, it had one idea that would be interesting to implement; providing embeddings through an API. I might take a stab at adding sqlite-lembed and sqlite-vec, and create embeddings locally for all content, and serve it up to anyone who wants it (mainly me, I suppose). Will also get me most of the way to some semantic search functionality and «related threads».