Open source Wikipedia search through vector db (wikipedia-semantic-search.vercel.app) 3 points by ykhli 1y ago ↗ HN
[–] java-man 1y ago ↗ A sample search shows it simply does not work.Here is my example:query: gazdanov gaito (a russian writer).the first article with Score:0.7382957 is https://en.wikipedia.org/wiki/Gardno,_Gryfino_Countywhich has absolutely no relevance to the query. the main article does not even appear in the output. [–] ykhli 1y ago ↗ Oh wow this is such an interesting case. I wonder if it's because of the embedding model used here.If I search for Leo Tolstoy it works well, but "Amor towles" doesn't lead to the right page. [–] enesakar 1y ago ↗ oh it looks it lists good results only when correct order and capitalized `Gaito Gazdanov`. we will check with other embedding models. [–] enesakar 1y ago ↗ hello. we fixed the issue, you can try again.
[–] ykhli 1y ago ↗ Oh wow this is such an interesting case. I wonder if it's because of the embedding model used here.If I search for Leo Tolstoy it works well, but "Amor towles" doesn't lead to the right page.
[–] enesakar 1y ago ↗ oh it looks it lists good results only when correct order and capitalized `Gaito Gazdanov`. we will check with other embedding models.
5 comments
[ 5.0 ms ] story [ 26.1 ms ] threadHere is my example:
query: gazdanov gaito (a russian writer).
the first article with Score:0.7382957 is https://en.wikipedia.org/wiki/Gardno,_Gryfino_County
which has absolutely no relevance to the query. the main article does not even appear in the output.
If I search for Leo Tolstoy it works well, but "Amor towles" doesn't lead to the right page.