Changes between Initial Version and Version 1 of Ticket #36517


Ignore:
Timestamp:
Jul 22, 2025, 5:47:38 AM (6 weeks ago)
Author:
SAVAN SONI
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36517 – Description

    initial v1  
    1 This feature adds native support for Oracle’s Vector: [https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/overview-ai-vector-search.html] data type introduced in Oracle 23c. It enables AI and ML applications to store and query high-dimensional data directly in the database using a new VectorField model field, VectorIndex support for similarity search, and ORM expressions for vector operations.
     1This feature adds native support for the Oracle Database’s [https://docs.oracle.com/en/database/oracle/oracle-database/23/vecse/overview-ai-vector-search.html Vector data type] introduced in Oracle 23c. It enables AI and ML applications to store and query high-dimensional data directly in the database using a new VectorField model field, VectorIndex support for similarity search, and ORM expressions for vector operations.
    22
    33
Back to Top