Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
timosalm opened this issue Nov 21, 2024 · 3 comments · May be fixed by #1881
Open

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

timosalm opened this issue Nov 21, 2024 · 3 comments · May be fixed by #1881
Labels
documentation Improvements or additions to documentation redis

Comments

@timosalm
Copy link
Contributor

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.

@markpollack markpollack added documentation Improvements or additions to documentation redis labels Dec 1, 2024
@dashaun
Copy link

dashaun commented Dec 6, 2024

@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.

@dashaun
Copy link

dashaun commented Dec 6, 2024

I had to remove spring-boot-starter-data-redis to get a RedisVectorStore

@timosalm
Copy link
Contributor Author

timosalm commented Dec 6, 2024

@dashaun Yes, I don't have a "spring-boot-starter-data-redis" dependency: https://github.com/timosalm/spring-ai/blob/main/build.gradle

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation redis
Projects
None yet
3 participants