Comment on Sqlite-vec: Work-in-progress vector search SQLite extension that runs anywhereparentComments−bhl2yWhat library do you use to compute embedding right now? I'm wondering if it's possible to do both embedding and vector search client-side for a local-first app.−cxcorp2yI think Transformers.js can do that client-side, e.g. see the documentation for calculating embeddings with Sentence Transformers models: https://huggingface.co/docs/transformers.js/api/pipelines#mo...
Comments
What library do you use to compute embedding right now? I'm wondering if it's possible to do both embedding and vector search client-side for a local-first app.
I think Transformers.js can do that client-side, e.g. see the documentation for calculating embeddings with Sentence Transformers models: https://huggingface.co/docs/transformers.js/api/pipelines#mo...