llama-index embeddings voxell integration
Project description
LlamaIndex Embeddings Integration: Voxell
Voxell Forge is a hosted text-embedding API with three tiers (turbo, pro, and ultra) on an OpenAI-compatible endpoint.
Voxell's Ingot-8B-R3 ranks #1 for English on the public MTEB leaderboard (English v2), with a 75.98 mean task score across 41 tasks. It is the top usable English embedding model. See the model card, or try Forge with no signup on the playground.
Installation
pip install llama-index-embeddings-voxell
Setup
Create a free API key at dash.voxell.ai (new accounts include 10M free tokens), then set it in your environment:
export FORGE_API_KEY="your_api_key_here"
Usage
from llama_index.embeddings.voxell import VoxellEmbedding
emb = VoxellEmbedding(model="turbo") # reads FORGE_API_KEY from the environment
vector = emb.get_text_embedding("Voxell Forge turns text into vectors.")
print(len(vector)) # 1024
query_vector = emb.get_query_embedding("How do I turn text into vectors?")
Tiers
Pick your point on the quality and cost curve:
| Tier | Dimensions |
|---|---|
turbo |
1024 |
pro |
2560 |
ultra |
4096 |
Shorter vectors with Matryoshka
Pass dimensions to get a shorter, re-normalized vector, which means a smaller index with minimal quality loss.
emb = VoxellEmbedding(model="turbo", dimensions=256)
short_vector = emb.get_query_embedding("a compact embedding")
Async
vector = await emb.aget_text_embedding("async text")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file llama_index_embeddings_voxell-0.1.0.tar.gz.
File metadata
- Download URL: llama_index_embeddings_voxell-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db7dbc36808f8f8a75a4c70fafe15b9cb39a3e3331b3646a56d127e448c7fcd7
|
|
| MD5 |
9203ab087138bfec5ee7875fd5d95d65
|
|
| BLAKE2b-256 |
d25f323dfc6d502a0143eb075e104fc6d863273405ef4882f1851b86b67a5db4
|
Provenance
The following attestation bundles were made for llama_index_embeddings_voxell-0.1.0.tar.gz:
Publisher:
publish.yml on VoxellInc/llama-index-embeddings-voxell
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
llama_index_embeddings_voxell-0.1.0.tar.gz -
Subject digest:
db7dbc36808f8f8a75a4c70fafe15b9cb39a3e3331b3646a56d127e448c7fcd7 - Sigstore transparency entry: 1792268315
- Sigstore integration time:
-
Permalink:
VoxellInc/llama-index-embeddings-voxell@fa39b8a17ea96496c05b92afe1e12cd6141627f2 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/VoxellInc
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@fa39b8a17ea96496c05b92afe1e12cd6141627f2 -
Trigger Event:
release
-
Statement type:
File details
Details for the file llama_index_embeddings_voxell-0.1.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_embeddings_voxell-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91aaf7192edce8be7bdd7db66e09d5377dcd6943a92d4a1ef49eb54bfa589714
|
|
| MD5 |
9ae0b26c6f114fb654a0b318641bbe7e
|
|
| BLAKE2b-256 |
0a8d6c76123eb5e074c209edec0ae0ca8554945f9ee8aac07118065c666ec23a
|
Provenance
The following attestation bundles were made for llama_index_embeddings_voxell-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on VoxellInc/llama-index-embeddings-voxell
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
llama_index_embeddings_voxell-0.1.0-py3-none-any.whl -
Subject digest:
91aaf7192edce8be7bdd7db66e09d5377dcd6943a92d4a1ef49eb54bfa589714 - Sigstore transparency entry: 1792268423
- Sigstore integration time:
-
Permalink:
VoxellInc/llama-index-embeddings-voxell@fa39b8a17ea96496c05b92afe1e12cd6141627f2 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/VoxellInc
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@fa39b8a17ea96496c05b92afe1e12cd6141627f2 -
Trigger Event:
release
-
Statement type: