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

Spring Data Redis extensions for better search, documents models, and more

Results 75 redis-om-spring issues
Sort by recently updated
recently updated
newest added

We primarily use https://docs.spring.io/spring-ai/reference/api/embeddings.html and many of the providers have bulk embedding APIs See https://github.com/redis/redis-om-spring/blob/main/redis-om-spring/src/main/java/com/redis/om/spring/vectorize/DefaultFeatureExtractor.java for the single Entity instance approach

enhancement

https://redis.io/docs/latest/develop/use/client-side-caching

enhancement

Once Lettuce is able to support the full range of Redis Stack features we'll evaluate whether adding support for it is a good idea.

enhancement
post-1.0.0

Is there a plan to support Java 21 soon? Currently the builds fail with: > [WARNING] Supported source version 'RELEASE_17' from annotation processor 'com.redis.om.spring.metamodel.MetamodelGenerator' less than -source '21'

Hi there, https://redis.io/docs/interact/search-and-query/indexing/#index-json-arrays-as-numeric According to the guide page, I can index the JSON array to `NUMERIC`. With this feature, I can also check if the number in the array is...

enhancement