Description
In client_base.py::_collection_hybrid_search, it calls DBMS_HYBRID_SEARCH.GET_SQL first to get the sql, and then executes the sql to get the result.
However, we can call DBMS_HYBRID_SEARCH.SEARCH to retrieve the result directly.
For more information, please refer to SEARCH DOC
Description
In
client_base.py::_collection_hybrid_search, it callsDBMS_HYBRID_SEARCH.GET_SQLfirst to get the sql, and then executes the sql to get the result.However, we can call
DBMS_HYBRID_SEARCH.SEARCHto retrieve the result directly.For more information, please refer to SEARCH DOC