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: src/utils/dbVersion.ts
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ export class DbVersionSupport {
22
22
console.warn(
23
23
`Usage of beacons paths without className is deprecated in Weaviate ${version}. Please provide className parameter`
24
24
),
25
+
deprecatedWeaviateTooOld: ()=>
26
+
console.warn(
27
+
`Usage of weaviate ${version} is deprecated. Please consider upgrading to the latest version. See https://www.weaviate.io/developers/weaviate for details.`
0 commit comments