Skip to content

Improve return field selection and serialization #252

@tylerhutcherson

Description

@tylerhutcherson

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions