Qdrant - Indexing Configuration

You can access this dialog as part of the connector configuration, if the connector has Qdrant as target.

Qdrant Indexing Configuration

Qdrant Indexing Configuration

  1. URL is the url to your Qdrant instance

  2. Document index name: this is the name of the document index.
    Based on this and the information below, it constructs the REST API Url to push the indexed data to.

  3. Principal index name: this is the name of the principal index. The principal index is where the connector stores user-group relationships.
    Based on this and the information below, it constructs the REST API Url to push the indexed data to.

  4. Vector size: is the dimension of the vectors which the connector will push

  5. Use API key: allows for configuring an API key to your Qdrant cloud instance

  6. Use basic authentication: if you configured basic authentication for securing direct access to the instance, check this box.

    1. Username: is the username for basic auth.

    2. Password: is the according password.

  7. 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.

image-20240928-201320.png
  1. Response timeout: determines the timeout when waiting for responses in milliseconds.

  2. Connection timeout: determines the timeout when waiting for connections to the instance in milliseconds.

  3. 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.

Vector Search Dimensions

When using vector search, you need to make sure that the embeddings you use in the query, as well as in the content transformation pipeline have exactly the same dimension as the index fields vector body and vector title. Otherwise indexing or querying the index will fail.