Add support for Redis 8 Vector Sets
Need Redis8 Vector Support
Hi @JonSmall, are you referring to the Redis Query Engine, which supports vector search for vectors stored in hashes or JSON, or the new vector sets data type? Both are available since Redis 8.
FWIW (and if we are talking about Redis 8 vector sets) the Jedis and Lettuce drivers have items to implement this support:
- https://github.com/redis/jedis/issues/4169
- https://github.com/redis/lettuce/issues/3296
When these are complete the spring-data-redis can consume the solution.
Hi all, I am gonna open the PR until next Monday. Please, refer it.
Hi all,
I’ve checked that both Lettuce and Jedis versions have been upgraded, and I’m planning to open a separate PR for each of them.
If you think there’s a better approach, please let me know.
p.s. I got started a bit later than I expected due to personal matters, so thanks for your understanding.