Nice idea, but this approach
does not handle out of vocabulary words well which is one major motivation for using a vector-based search. It might not perform significantly better compared to lexical matching like tf-idf or BM25, and being slower because of linear complexity. But cool regardless.
netdevphoenix|9 months ago
As long as it does what it is meant to, as a simple search engine, it seems fine
snowstormsun|9 months ago
I understand this is just for fun, just wanted to point that out.
cosmicgadget|9 months ago
janalsncm|9 months ago
haasisnoah|9 months ago
And isn’t a big advantage that synonyms are handled correctly. This implementation still has that advantage.