We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WeaviateCloud
1 parent 4d24fd7 commit 649bf0dCopy full SHA for 649bf0d
src/connection/helpers.ts
@@ -99,7 +99,7 @@ export function connectToWeaviateCloud(
99
)
100
) {
101
console.warn(
102
- 'Connecting to WCD using OIDC is deprecated and will be removed in August 2025. Please use API keys instead.'
+ 'Connecting to Weaviate Cloud (WCD) using OIDC is deprecated and will be removed in August 2025. Please use API keys instead.'
103
);
104
}
105
0 commit comments