-
Notifications
You must be signed in to change notification settings - Fork 885
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
Redis documentation does not show the required JedisConnectionFactory declaration #1886
Comments
I made some progress using the manual config
But it looks like it is still missing another bean
|
Yeah looks like at a minimum the documents should be updated to
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
More info here. I am trying to configure RedisVector store via these instructions. However, it doesn't work, instead when I add debug I see
To get it to work I have to add
Which is not documented anywhere as far as I can find.
Environment
Spring AI 1.0.0.m4 and Java 23
Steps to reproduce
In my case I just had to add the lib and debug but ftr here is my entire build.gradle
Expected behavior
I would expect either the documentation shows the need to add the Connection Factory bean or that it would work without declaring it.
Minimal Complete Reproducible example
Should be available here https://github.com/jrgleason/spring-ai-example/tree/CHANGES_AND_FIXES
The text was updated successfully, but these errors were encountered: