Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve return field selection and serialization #252

Open
tylerhutcherson opened this issue Dec 6, 2024 · 0 comments
Open

Improve return field selection and serialization #252

tylerhutcherson opened this issue Dec 6, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tylerhutcherson
Copy link
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.

@tylerhutcherson tylerhutcherson added the enhancement New feature or request label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant