Hacker News new | ask | show | jobs
by netdevphoenix 399 days ago
It is supposed to be a simple search engine. Keyword: simple.

As long as it does what it is meant to, as a simple search engine, it seems fine

1 comments

Using tfidf or bm25 would actually be simpler than a vector search.

I understand this is just for fun, just wanted to point that out.

TF/IDF does not support out-of-vocabulary keywords as far as I know.