Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ient into implement-async-client
  • Loading branch information
tsmith023 committed Jun 10, 2024
2 parents ad92247 + 95efb1d commit d0efc3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion weaviate/collections/classes/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ class _RerankerTransformersConfig(_RerankerConfigCreate):
reranker: Rerankers = Field(default=Rerankers.TRANSFORMERS, frozen=True, exclude=True)


RerankerVoyageAIModel = Literal["rerank-lite-1"]
RerankerVoyageAIModel = Literal["rerank-lite-1", "rerank-1"]


class _RerankerVoyageAIConfig(_RerankerConfigCreate):
Expand Down
2 changes: 2 additions & 0 deletions weaviate/collections/classes/config_vectorizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
"voyage-2",
"voyage-law-2",
"voyage-large-2-instruct",
"voyage-finance-2",
"voyage-multilingual-2",
]
AWSModel: TypeAlias = Literal[
"amazon.titan-embed-text-v1",
Expand Down

0 comments on commit d0efc3b

Please sign in to comment.