Update models.json (#3419)

Added new Voyage embedding models
This commit is contained in:
Jim Mendenhall 2024-10-27 08:30:44 -04:00 committed by GitHub
parent 884dd8949a
commit cf0617537c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

View File

@ -1188,6 +1188,16 @@
{
"name": "voyageAIEmbeddings",
"models": [
{
"label": "voyage-3",
"name": "voyage-3",
"description": "High-performance embedding model with excellent retrieval quality, 32K token context, and 1024 dimension size."
},
{
"label": "voyage-3-lite",
"name": "voyage-3-lite",
"description": "Lightweight embedding model optimized for low latency and cost, 32K token context, and 512 dimension size."
},
{
"label": "voyage-2",
"name": "voyage-2",