Skip to content

Commit

Permalink
add text-embedding-ada-002 for legacy support
Browse files Browse the repository at this point in the history
  • Loading branch information
enjalot committed Feb 21, 2024
1 parent 66ca7ee commit 7ea2ab9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions latentscope/models/embedding_models.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@
"max_tokens": 8192
}
},
{
"provider": "openai",
"name": "text-embedding-ada-002",
"id": "openai-text-embedding-ada-002",
"params": {
"max_tokens": 8192
}
},
{
"provider": "mistralai",
"name": "mistral-embed",
Expand Down

0 comments on commit 7ea2ab9

Please sign in to comment.