You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@timosalm When you populate the spring.data.redis properties, with spring-ai-redis-store-spring-boot-starter do you get an auto-configured VectorStore?
I can't seem to configure a RedisVectorStore at all with Spring AI M4 at the moment, auto-configured or manual.
Maybe you should create an issue for that, as there will probably be applications that use Redis not only as a vector store, and at least some guidance in the docs would be great.
Bug description
The
spring.ai.vectorstore.redis.uri
property still mentioned in the docs here was removed in Spring AI M3.spring.data.redis
properties must be used to configure the datasource now.Environment
Spring AI M3/M4
Steps to reproduce
Expected behavior
Documentation should be updated.
The text was updated successfully, but these errors were encountered: