7.6.1 Use DBMS_CLOUD_AI to Configure AI Profiles
Autonomous Database uses AI profiles to facilitate and configure access to an LLM and to enable generating, running, and explaining SQL based on natural language prompts. It also facilitates retrieval augmented generation using embedding models and vector indexes and allows for chatting with the LLM.
AI profiles include database objects that are the target for natural
language queries. Metadata used from these targets can include database
table names, column names, column data types, and comments. You create and
configure AI profiles using the following procedures:
Parent topic: Prerequisites to use Data Science Agent