Skip to content

Commit dbaeffc

Browse files
authored
Merge pull request #1825 from weaviate/docs/deprecate-gpt4all
Add note re GPT4All deprecation
2 parents f749700 + 482ac54 commit dbaeffc

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)