spring-projects / spring-ai

An Application Framework for AI Engineering
https://docs.spring.io/spring-ai/reference/index.html
Apache License 2.0
3.32k stars 850 forks source link

Documentation: "spring.ai.vectorstore.redis.uri" property is not available anymore #1789

Open timosalm opened 1 day ago

timosalm commented 1 day ago

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.