5 Store Vector Embeddings
Store vector embeddings and associated unstructured data with your relational business data in Oracle Database.
- Create Tables Using the VECTOR Data Type
You can declare a table's column as aVECTOR
data type. - Insert Vectors in a Database Table Using the INSERT Statement
Once you create a table with aVECTOR
data type column, you can directly insert vectors into the table using theINSERT
statement. - Load Vector Data Using SQL*Loader
Use these examples to understand how you can load character and binary vector data. - Unload and Load Vectors Using Oracle Data Pump
Starting with Oracle Database 23ai, Oracle Data Pump enables you to use multiple components to load and unload vectors to databases.