You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: weaviate/collections/classes/config_vectors.py
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1084,6 +1084,9 @@ def text2vec_azure_openai(
1084
1084
)
1085
1085
1086
1086
@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."
0 commit comments