DBMS_HYBRID_VECTOR
The DBMS_HYBRID_VECTOR package contains a JSON-based query API SEARCH, which lets you query against hybrid vector indexes.
- SEARCH
Use theDBMS_HYBRID_VECTOR.SEARCHPL/SQL function to run textual queries, vector similarity queries, or hybrid queries against hybrid vector indexes. - GET_SQL
Use theDBMS_HYBRID_VECTOR.GET_SQLPL/SQL function to return the internal SQL query that is generated from the parameters. - SEARCHPIPELINE
Use the standard table functionDBMS_HYBRID_VECTOR.SEARCHPIPELINEto return a pipeline of row records.
Parent topic: Vector Search PL/SQL Packages