redis / redis-vl-python

Redis Vector Library (RedisVL) interfaces with Redis' vector database for realtime semantic search, RAG, and recommendation systems.
https://www.redisvl.com/
MIT License
176 stars 25 forks source link

feat: adds optional sorting parameter to FilterQuery #148

Closed justin-cechmanek closed 1 month ago

justin-cechmanek commented 1 month ago

This PR adds the ability to sort results by a hash field if the field name is passed as a parameter to filter queries.