About Vector Helper Procedures
Vector helper procedures let you configure authentication credentials, preferences, and language-specific data for use in chainable utility functions.
At a high level, the supplied vector helper procedures include:
-
Credential helper procedures to securely manage authentication credentials, which are used to access third-party providers when making REST API calls.
Function Description CREATE_CREDENTIALCreates a credential name for securely storing user authentication credentials in Oracle AI Database.
DROP_CREDENTIALDrops an existing credential name.
-
Preference helper procedures to manage vectorizer preferences, which are used when creating or altering hybrid vector indexes.
Function Description CREATE_PREFERENCECreates a vectorizer preference in the database.
DROP_PREFERENCEDrops an existing vectorizer preference from the database.
-
Chunker helper procedures to manage custom vocabulary and language data, which are used when chunking user data.
Function Description CREATE_VOCABULARYLoads your own vocabulary file into the database.
DROP_VOCABULARYRemoves the specified vocabulary data from the database.
CREATE_LANG_DATALoads your own language data file (abbreviation tokens) into the database.
DROP_LANG_DATARemoves abbreviation data for a given language from the database.
Related Topics
Parent topic: About PL/SQL Packages to Generate Embeddings