General
AI Vector Search: JDBC Support Completion for SPARSE Vectors with a Binary Format
An oracle.sql.VECTOR.SparseBooleanArray
interface is added to represent SPARSE BINARY VECTOR
data.
- Instances of
SparseBooleanArray
can be passed tosetObject
methods ofPreparedStatement
to createSPARSE BINARY VECTOR
bind values. - Instances of
SparseBooleanArray
can also be returned bygetObject
methods ofResultSet
. This conversion is supported for allVECTOR
dimension types, not justBINARY
.
This feature brings productivity and performance to Java applications using VECTOR
with a SPARSE BINARY
format.