Description
Currently, we select all fields from the table in hybrid_search(client_base.py::_collection_hybrid_search) interface. But some fields are unused for users and these fields maybe very large, such as embedding.
We can use _source to select the fields we want. You can refer to GET_SQL to see the details.
Description
Currently, we select all fields from the table in hybrid_search(client_base.py::_collection_hybrid_search) interface. But some fields are unused for users and these fields maybe very large, such as embedding.
We can use
_sourceto select the fields we want. You can refer to GET_SQL to see the details.