Skip to content

Commit 649bf0d

Browse files
committed
Add WeaviateCloud in warning string
1 parent 4d24fd7 commit 649bf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connection/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function connectToWeaviateCloud(
9999
)
100100
) {
101101
console.warn(
102-
'Connecting to WCD using OIDC is deprecated and will be removed in August 2025. Please use API keys instead.'
102+
'Connecting to Weaviate Cloud (WCD) using OIDC is deprecated and will be removed in August 2025. Please use API keys instead.'
103103
);
104104
}
105105

0 commit comments

Comments
 (0)