Documentation
Weaviate - Indexing Configuration
You can access this dialog as part of the connector configuration, if the connector has Weaviate as target.
Weaviate url. Names the FQDN to the Weaviate instance. It must include the protocol (http or https), port and if applicable also a path.
Document class name: this is the name of the document index. Must start with a capital letter.
Based on this and the information below, the connector adds documents to this class.Principal class name: this is the name of the principal index. Must start with a capital letter. Here the connector stores user-group relationships.
Use API token: if you configured OAuth for securing direct access to the instance, check this box.
API token: is the API token (without bearer) which the connector uses to authenticate against the Weaviate instance.
Use basic authentication: if you configured basic authentication for securing direct access to the instance, check this box.
Username: is the username for basic auth.
Password: is the according password.
Public keys for SSL certificates: this configuration is needed, if you run the environment with self-signed certificates, or certificates which are not known to the Java key store.
We use a straight-forward approach to validate SSL certificates. In order to render a certificate valid, add the modulus of the public key into this text field. You can access this modulus by viewing the certificate within the browser.
Response timeout: determines the timeout when waiting for responses in milliseconds.
Connection timeout: determines the timeout when waiting for connections to the instance in milliseconds.
Socket timeout: determines the timeout when waiting for connections to the instance in milliseconds.
When finished with setting these fields, click on validate and save. If you observe any issues, then the validator will let you know or you can find more insights in the log files.