Voyage AI embedding provider for AgentForge — voyage-3 / voyage-large / voyage-code
Project description
agentforge-voyage
Voyage AI embedding provider for AgentForge.
Implements EmbeddingClient over Voyage's embeddings.create()
API. Embedding-only — Voyage doesn't ship a chat model. Use it
when you want Voyage's RAG-optimised embeddings paired with any
chat provider (Anthropic, OpenAI, Bedrock).
Install
pip install "agentforge-voyage[voyage]"
Use
from agentforge_voyage import VoyageEmbeddingClient
emb = VoyageEmbeddingClient.from_config(
model="voyage-3-large",
api_key="pa-...", # or omit and use VOYAGE_API_KEY
)
resp = await emb.embed(["hello", "world"])
print(resp.vectors[0])
Capabilities
{"multimodal"} for voyage-multimodal-3; empty set otherwise.
License
Apache-2.0. See LICENSE.
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 agentforge_voyage-0.2.4.tar.gz.
File metadata
- Download URL: agentforge_voyage-0.2.4.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b49d734fffd43584d47e62a162b01959115b4cc942cdbabfa581d1d374b91322
|
|
| MD5 |
75beb6ef5a7406ae4fe90b6f39bb4039
|
|
| BLAKE2b-256 |
6792e7e445b080eb691380a583d6665db62a36eb864f36d431b72dc1d518a772
|
File details
Details for the file agentforge_voyage-0.2.4-py3-none-any.whl.
File metadata
- Download URL: agentforge_voyage-0.2.4-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e7921c935fe3a7ab1308440745b1f8f9e11049ab93ef8cd6e8384b08c7c156
|
|
| MD5 |
c923ead1128e5ed7fea56003def97ae3
|
|
| BLAKE2b-256 |
2f5f04f1c77a025bbc173a3b622b345ecb7c57540bbf09a56b3ece2395faf1d3
|