Skip to content

Commit

Permalink
Update models.json (FlowiseAI#3419)
Browse files Browse the repository at this point in the history
Added new Voyage embedding models
  • Loading branch information
jimjimovich authored Oct 27, 2024
1 parent 884dd89 commit cf06175
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/components/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cf06175

Please sign in to comment.