1 Introduction
This topic describes the systematic instructions to install Generative AI service.
Gen AI Service is an optional component that is shipped with various products that
utilizes Generative AI for managing documents.
Note:
This service is available for on-premise products only.Prerequisite
Follow the below steps to setup the prerequisites of Gen AI service.
- The Operating System version should be same as product i.e.,
Oracle Linux 8.
Note:
Other Oracle Linux OS are not supported due to incompatibility with gcc++ v17 compiler. - gcc++ compiler v17
Note:
This compiler is required for tesseract. - Install the following OS packages:
- yum install zlib zlib-devel
- yum install libffi-devel openssl-devel
- yum install bzip2 bzip2-devel
- yum install poppler-utils
- yum install xz xz-devel xz-libs
- yum install mesa-libGL
- yum install mesa-libgbm
- yum install mesa-libglapi
- yum install sqlite-devel
- Python Version: 3.9.5
- Tesseract: 5.1.0
- Document Verification Service: This is provided as part of the distribution.
- OCI Credentials and configuration setup. Refer to OCI Credentials and Configuration Setup to setup and configure OCI.
To run the Gen AI document analyzer service; Python, Tesseract, and Document Verification Service must be installed. Refer to Document Verification Framework section in Common Core Services Installation Guide to manually install these packages.