|
|
|
|
|
by snowstormsun
390 days ago
|
|
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. |
|
As long as it does what it is meant to, as a simple search engine, it seems fine