|
|
|
|
|
by ashish01
1323 days ago
|
|
One of the core problems in semantic search is doing efficient approximate nearest neighbor search. In this post the author uses KD trees. There are other alternatives for efficient ANN like scann from Google and faiss from Facebook. |
|