From 5e5c754756a2718e5fc6c3281ac0f2015702ae7c Mon Sep 17 00:00:00 2001 From: Donghao Ren Date: Sat, 20 Sep 2025 11:21:53 -0700 Subject: [PATCH 1/2] chore: add shields to README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7780ab9..4abf75b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # Embedding Atlas +[![NPM Version](https://img.shields.io/npm/v/embedding-atlas)](https://www.npmjs.com/package/embedding-atlas) +[![PyPI - Version](https://img.shields.io/pypi/v/embedding-atlas)](https://pypi.org/project/embedding-atlas/) +[![Paper](https://img.shields.io/badge/paper-arXiv:2505.06386-b31b1b.svg)](https://arxiv.org/abs/2505.06386) +![Build](https://github.com/apple/embedding-atlas/actions/workflows/ci.yml/badge.svg) +![GitHub License](https://img.shields.io/github/license/apple/embedding-atlas) + + Embedding Atlas is a tool that provides interactive visualizations for large embeddings. It allows you to visualize, cross-filter, and search embeddings and metadata. **Features** From ea7abafac2c64907145cb237c724423294738fc0 Mon Sep 17 00:00:00 2001 From: Donghao Ren Date: Sat, 20 Sep 2025 11:23:37 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4abf75b..031799d 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ [![PyPI - Version](https://img.shields.io/pypi/v/embedding-atlas)](https://pypi.org/project/embedding-atlas/) [![Paper](https://img.shields.io/badge/paper-arXiv:2505.06386-b31b1b.svg)](https://arxiv.org/abs/2505.06386) ![Build](https://github.com/apple/embedding-atlas/actions/workflows/ci.yml/badge.svg) -![GitHub License](https://img.shields.io/github/license/apple/embedding-atlas) - +[![GitHub License](https://img.shields.io/github/license/apple/embedding-atlas)](./LICENSE) Embedding Atlas is a tool that provides interactive visualizations for large embeddings. It allows you to visualize, cross-filter, and search embeddings and metadata.