Which PL/SQL package is primarily used for interacting with Generative AI services in Oracle Database 23ai?
DBMS_AI or DBMS_ML or DBMS_VECTOR_CHAIN or DBMS_GENAI?
It doesn't really work like this ... we have a LOT of packages from specific purposes.
For example, on Autonomous if you do
select distinct name from dba_source
where name like 'DBMS%AI%'
you'll get over 5000 rows.
There is no DBMS_AI, I assume you're referring to DBMS_CLOUD_AI