partner at SHV, where I build prototypes and help new companies.
mostly trail running; myriad typos, no complaints
| Website | https://sambreed.dev |
| Work | https://shv.com |
| Location | Mill Valley, CA |
partner at SHV, where I build prototypes and help new companies.
mostly trail running; myriad typos, no complaints
| Website | https://sambreed.dev |
| Work | https://shv.com |
| Location | Mill Valley, CA |
@tbeseda I'm doing something similar on a (non-sharable) work project. Postgres is great for testing this because it supports full text search and vector search with pgvector.
What we've found is that embeddings search can be made to perform well but requires smart processing of the data up front to get good. LukeW touched on that in his post today https://lukew.com/ff/entry.asp?2045
Elasticlunr.js, lightweight full-text search engine in Javascript for browser search and offline search. Elasticlunr.js is developed based on Lunr.js, but more flexible than lunr.js. Elasticlunr.js provides Query-Time boosting and field search. A bit like Solr, but much smaller and not as bright, but also provide flexible configuration and query-time boosting.