redis-vl-python icon indicating copy to clipboard operation
redis-vl-python copied to clipboard

Improve return field selection and serialization

Open tylerhutcherson opened this issue 11 months ago • 0 comments

Right now in order to deserialize an embedding field, you need to call:

qry.return_field("embedding", decode_field=False)
qry.return_fields("title","year")

which is less ideally from a UX perspective. This feature was added as a simple wrapper around the redis-py classes. But we can try to simplify this ux for sure.

tylerhutcherson avatar Dec 06 '24 01:12 tylerhutcherson