Skip to content

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cdpierse committed Sep 19, 2024
1 parent f7b0dd5 commit 115d151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
13 changes: 1 addition & 12 deletions weaviate/collections/classes/config_named_vectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,7 @@
_VectorIndexConfigUpdate,
)
from weaviate.collections.classes.config_vectorizers import (
AWSModel,
AWSService,
CohereModel,
CohereTruncation,
JinaModel,
Multi2VecField,
OpenAIModel,
OpenAIType,
Vectorizers,
VoyageModel,
WeaviateModel,
_Img2VecNeuralConfigCreate,
_map_multi2vec_fields,
_Multi2VecBindConfigCreate,
_Multi2VecClipConfigCreate,
_Multi2VecPalmConfig,
Expand Down Expand Up @@ -60,6 +48,7 @@
OpenAIType,
Vectorizers,
VoyageModel,
WeaviateModel,
_map_multi2vec_fields,
_VectorizerCustomConfig,
_Text2VecDatabricksConfig,
Expand Down
5 changes: 1 addition & 4 deletions weaviate/collections/classes/config_vectorizers.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
"bedrock",
"sagemaker",
]
WeaviateModel: TypeAlias = Literal[
"mixedbread-ai/mxbai-embed-large-v1",
"intfloat/multilingual-e5-large-instruct" "Snowflake/snowflake-arctic-embed-s",
]
WeaviateModel: TypeAlias = Literal["Snowflake/snowflake-arctic-embed-m-v1.5"]


class Vectorizers(str, Enum):
Expand Down

0 comments on commit 115d151

Please sign in to comment.