Skip to content

Commit

Permalink
Merge pull request #1065 from voyage-ai/main
Browse files Browse the repository at this point in the history
Adding voyage-large-2-instruct model
  • Loading branch information
dirkkul committed May 16, 2024
2 parents ef07b8a + 6725c91 commit a9369e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion weaviate/collections/classes/config_vectorizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@
"text-embedding-3-small", "text-embedding-3-large", "text-embedding-ada-002"
]
JinaModel: TypeAlias = Literal["jina-embeddings-v2-base-en", "jina-embeddings-v2-small-en"]
VoyageModel: TypeAlias = Literal["voyage-large-2, voyage-code-2, voyage-2"]
VoyageModel: TypeAlias = Literal[
"voyage-large-2",
"voyage-code-2",
"voyage-2",
"voyage-law-2",
"voyage-large-2-instruct",
]
AWSModel: TypeAlias = Literal[
"amazon.titan-embed-text-v1",
"cohere.embed-english-v3",
Expand Down

0 comments on commit a9369e2

Please sign in to comment.