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
- deprecate `text2vec-contextionary`
- add `text2vec-model2vec`, which is a replacement for `text2vec-contextionary`
- add `dimensions` parameter to `text2vec-transformers`
Copy file name to clipboardExpand all lines: src/collections/configure/vectorizer.ts
+24-2Lines changed: 24 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -514,6 +514,7 @@ const legacyVectors = {
514
514
*
515
515
* @param {ConfigureTextVectorizerOptions<T, N, I, 'text2vec-contextionary'>} [opts] The configuration for the `text2vec-contextionary` vectorizer.
516
516
* @returns {VectorConfigCreate<PrimitiveKeys<T>, N, I, 'text2vec-contextionary'>} The configuration object.
517
+
* @deprecated The contextionary model is old and not recommended for use. If you are looking for a local, lightweight model try the new text2vec-model2vec module instead.
0 commit comments