←back to thread

Embeddings are underrated (2024)

(technicalwriting.dev)
484 points jxmorris12 | 1 comments | | HN request time: 0.559s | source
1. mijoharas ◴[] No.43971476[source]
So, just the other day I was looking for a "grep" like tool that'll allow me to find files based on embedding similarity from a set of local files. I'm assuming it'll have an indexing process, and then a little vector db locally, and then when I grep it can search that and return me results.

Does anything like that exist? I couldn't find anything like it.