.. _AutoClassifierConfigurationSection: AutoClassifier Configuration Section """""""""""""""""""""""""""""""""""" .. list-table:: :header-rows: 1 :widths: 20 80 :class: tight-table * - Parameter - Description * - *Maui Server URL* - The URL (with, if necessary, the port number and path) of the server running the Maui auto classifier, e.g., ``http://myserver.org:8080/mauiserver/`` * - *AutoClassifier Implementation* - Implementation of the AutoClassifier service. \ Possible options are ``maui`` for using Maui Server and ``vector-index`` which uses the Vector Index provided by the TopBraid AI Service. \ If ``vector-index`` is selected, all other fields are ignored. \ The Vector Index based AutoClassifier is currently only supported in SaaS environments. * - *Maui Server user name* - Must be specified if Maui Server has been configured to require a user name and password (via the HTTP Basic Authentication protocol). * - *Maui Server Password* - This field is editable only if the other Maui parameters are set. Password for authenticating against the Maui Server instance. Can be left unspecified if no authentication is required. * - Maui Server Status - This field is automatically populated to display whether the connection to the Maui server was successful. **Further Reading on TopBraid** * :ref:`introduction`