Skip to content

Improve return field selection and serialization #252

@tylerhutcherson

Description

@tylerhutcherson
Collaborator

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @tylerhutcherson

        Issue actions

          Improve return field selection and serialization · Issue #252 · redis/redis-vl-python