Y
Hacker News
new
|
ask
|
show
|
jobs
by
nullbyte
80 days ago
What a brilliant idea! is this all done locally? That's incredible.
2 comments
apwheele
80 days ago
While the vector store is local, it is sending the data to Gemini's API for embedding. (Which if using a paid API key is probably fine for most use cases, no long term retention/training etc.)
link
jakejmnz
79 days ago
works completely locally with a decent model:
https://github.com/jakejimenez/sentinelsearch
link
jakejmnz
79 days ago
Make a proof of concept, honestly worked fairly well:
https://github.com/jakejimenez/sentinelsearch
link