We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fbd9e commit ef0a202Copy full SHA for ef0a202
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/redis.adoc
@@ -99,6 +99,17 @@ spring:
99
prefix: custom-prefix
100
----
101
102
+For redis connection configuration, alternatively, a simple configuration can be provided via Spring Boot's _application.properties_.
103
+
104
+[source,properties]
105
+----
106
+spring.data.redis.host=localhost
107
+spring.data.redis.port=6379
108
+spring.data.redis.username=default
109
+spring.data.redis.password=
110
111
112
113
Properties starting with `spring.ai.vectorstore.redis.*` are used to configure the `RedisVectorStore`:
114
115
[cols="2,5,1",stripes=even]
0 commit comments