As of PR #49, we'll no longer be using the UMAP embeddings for the frontend. This PR removes the umap_coords key from the /neighbors endpoint response, as well as the code that computes the embedding in the backend. The PR also removes the umap-learn dependency from the project and cleans up some other unused imports.
As of PR #49, we'll no longer be using the UMAP embeddings for the frontend. This PR removes the
umap_coords
key from the/neighbors
endpoint response, as well as the code that computes the embedding in the backend. The PR also removes theumap-learn
dependency from the project and cleans up some other unused imports.Closes #53.