Skip to content

Commit 482ac54

Browse files
committed
Add note re deprecation
1 parent f749700 commit 482ac54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

weaviate/collections/classes/config_vectors.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,6 +1084,9 @@ def text2vec_azure_openai(
10841084
)
10851085

10861086
@staticmethod
1087+
@typing_deprecated(
1088+
"The `text2vec-gpt4all` vectorizer is deprecated and will be removed in a future release. See the docs (https://docs.weaviate.io/weaviate/model-providers) for alternatives."
1089+
)
10871090
def text2vec_gpt4all(
10881091
*,
10891092
name: Optional[str] = None,

0 commit comments

Comments
 (0)