For the Visualize section, currently we do a random sampling of points, and pull them along with their vectors. Afterwards we process them all in the browser, depending on their dimensionality reduction algorithm.
Since Qdrant v1.12.0, we've had a dedicated distance matrix API, which should improve the algorithms' time of execution.
If the algorithms accept a precalculated matrix, it would be nice to make use of this API before passing the work to the browser.