Y
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
Xiol32
470 days ago
Defeats the point of the single binary installation if you have to set up dependencies.
link
andai
469 days ago
rlama requires a python install (and several dependencies via pip) to extract text.
https://github.com/DonTizi/rlama/blob/main/internal/service/...
link
mentalgear
470 days ago
I recommend using this hybrid vector/full text search engine that works across many runtimes:
https://github.com/oramasearch/orama
link