- Getting Started
- Network requirements
- Single-node requirements and installation
- Multi-node requirements and installation
- Post-installation
- Accessing AI Center
- Provision an AI Center tenant
- Updating Orchestrator and Identity Server certificates
- Resizing PVC
- Adding a new node to the cluster
- ML packages offline installation
- Configuring the cluster
- Configuring the FQDN post-installation
- Backing up and restoring the cluster
- Using the monitoring stack
- Setting up a Kerberos authentication
- Provisioning a GPU
- Using the configuration file
- Node scheduling
- Migration and upgrade
- Basic Troubleshooting Guide
Configuring MS SQL Server
The installation requires an external SQL server as a prerequisite.
We support versions 2016, 2017, and 2019 for Enterprise and Standard for MS SQL.
The minimum requirements for the server are:
8 (v-) CPU 32 GiB RAM 256 GiB SSD
; # @ ? { }
.
By default, we support the option for the installer to create all the databases for you in the installation process. You must provide the necessary permissions for the installer to do so in your SQL server. The installer will then create databases with default names and use them no matter connection string provided.
cluster_config.json
file. You can use the same database for both AI Center and Document Understanding.
The following table lists out the database names and their corresponding format.
dbcreator
role to the SQL account used to connect to the database.
db_owner
role for both databases. If security restrictions do not allow the use of db_owner
, then the SQL account should have the following roles and permissions on all databases:
db_ddladmin
db_datawriter
db_datareader
EXECUTE
permission on dbo schema
Document Understanding requires the SQL Server to have the Full-Text Search component of the SQL Server Database Engine, which is not always installed by default.
If you did not select Full-Text Search when you installed SQL Server, run SQL Server Setup again to add it before configuring Document Understanding.
For more info, check this guide on how to add/install features on SQL server. You can also check here all the components that can be added to the SQL Server, which includes also Full-Text Search.