5.4 Rebuild the AI profiles and Vector Indexes with the TSAM DB AI User
sqlplus -L "<dbAIUser>@<DB connection string>" @${TSAM_DIR}/deploy/TSAMCreateAIProfile.sql
It prompts for the password to access the DB. This step drops and recreates the AI profiles, vector indexes, and Select AI agent objects so the updated knowledge-base content is picked up. If the credential values also changed, run TSAMCreateAICredential.sql as the AI user before running the profile script.
Parent topic: Upgrade Knowledge Base