spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Add support for Redis 8 Vector Sets

Open JonSmall opened this issue 7 months ago • 4 comments

Need Redis8 Vector Support

JonSmall avatar May 16 '25 03:05 JonSmall

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.

mortensi avatar May 16 '25 12:05 mortensi

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.

tishun avatar May 28 '25 11:05 tishun

Hi all, I am gonna open the PR until next Monday. Please, refer it.

AnneMayor avatar Sep 04 '25 09:09 AnneMayor

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.

AnneMayor avatar Sep 09 '25 10:09 AnneMayor