x-tabdeveloping / topicwizard

Powerful topic model visualization in Python
https://x-tabdeveloping.github.io/topicwizard/
MIT License
96 stars 13 forks source link

Use approximate nearest neighbours #7

Closed x-tabdeveloping closed 6 months ago

x-tabdeveloping commented 1 year ago

We could use something like neofuzz for searching for approximate nearest negihbours in embedding space instead of brute forcing every time, this would make the app a lot more flexible and scalable.

x-tabdeveloping commented 6 months ago

This doesn't seem like a problem for any users, me included, so I'm closing it.