Weaviate — vector database
weaviate/cloud · version 1
envs add weaviate/cloud
This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.
| Key | Needed | Kind | Notes |
|---|---|---|---|
WEAVIATE_URL |
required | config | Your cluster. An address.. where to get it |
WEAVIATE_API_KEY |
required | secret | Weaviate says not to hard-code the key or the URL in client code and to pass them as environment variables, and shows a cluster key only once. Self-hosted instead takes keys the operator invents, under AUTHENTICATION_APIKEY_ALLOWED_KEYS.. where to get it |