Hacker News new | ask | show | jobs
by dcreater 470 days ago
Why not use an established open source vector db like pg_vector etc? I imagine your implementation is not going to be as performant
2 comments

Defeats the point of the single binary installation if you have to set up dependencies.
rlama requires a python install (and several dependencies via pip) to extract text.

https://github.com/DonTizi/rlama/blob/main/internal/service/...

I recommend using this hybrid vector/full text search engine that works across many runtimes: https://github.com/oramasearch/orama