Skip to content

Commit 9b49221

Browse files
domoritzfredhohman
andauthored
docs: document upload and that embedding atlas supports embedding and projection (#13)
Co-authored-by: Fred Hohman <[email protected]>
1 parent 0630e2f commit 9b49221

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

packages/docs/algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Algorithms
22

3-
The `embedding-atlas` package contains some useful algorithms regarding embeddings and clustering.
3+
The `embedding-atlas` package contains some useful algorithms for computing embeddings and clustering.
44

55
## UMAP
66

packages/docs/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22

33
Embedding Atlas is a tool that provides interactive visualizations for large embeddings. It allows you to visualize, cross-filter, and search embeddings and metadata.
44

5+
You can use Embedding Atlas directly from this website by [loading your own data](https://apple.github.io/embedding-atlas/upload/). Embedding Atlas will compute the embedding and projection in your browser. Your data does not leave your machine.
6+
57
Embedding Atlas is released as two packages:
68

79
- A Python package `embedding-atlas` that provides:
8-
910
- A [command line utility](./tool.md) for running Embedding Atlas on a data frame.
1011
- A [Jupyter widget](./widget.md) for using Embedding Atlas in Jupyter notebooks.
1112
- A [Streamlit component](./streamlit.md) for using Embedding Atlas in Streamlit apps.
1213

13-
- An npm package `embedding-atlas` that exposes the user interface components as API so you can use them in your own applications. Below are the exposed components:
14+
All of these approaches allow you to compute embeddings (with custom models) and projections.
1415

16+
- An npm package `embedding-atlas` that exposes the user interface components as API so you can use them in your own applications. Below are the exposed components:
1517
- [Table](./table.md)
1618
- [EmbeddingView](./embedding-view.md)
1719
- [EmbeddingViewMosaic](./embedding-view-mosaic.md)

0 commit comments

Comments
 (0)