⬇️ Installation
Install AnglE quickly and start building powerful sentence embeddings.
📦 Installation Methods
Method 1: Using uv (Recommended)
For fast installation, use uv package manager:
uv pip install -U angle-emb
Tip
uv is significantly faster than pip for dependency resolution and installation.
Method 2: Manual Installation
Install directly from the GitHub repository:
git clone https://github.com/SeanLee97/AnglE.git
cd AnglE
python -m pip install -e .
The -e flag installs in editable mode, useful for development.