Skip to content

[Enhancement]: use _source keyword to select the fields we want #103

@hnwyllmm

Description

@hnwyllmm

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.

Metadata

Metadata

Assignees

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions