Weaviate Connection¶
The Weaviate connection type enables access to Weaviate APIs.
Default Connection IDs¶
Weaviate hook points to weaviate_default
connection by default.
Configuring the Connection¶
- Host (required)
Host URL to connect to the Weaviate cluster.
- OIDC Username (optional)
Username for the OIDC user when OIDC option is to be used for authentication.
- OIDC Password (optional)
Password for the OIDC user when OIDC option is to be used for authentication.
- Extra (optional)
Specify the extra parameters (as json dictionary) that can be used in the connection. All parameters are optional.
If you’d like to use Vectorizers for your class, configure the API keys to use the corresponding embedding API. The extras accepts a key
additional_headers
containing the dictionary of API keys for the embedding API authentication. They are mentioned in a section here: addtional_headers
- Weaviate API Token (optional)
Specify your Weaviate API Key to connect when API Key option is to be used for authentication.