Skip to content

Commit ef0a202

Browse files
timosalmilayaperumalg
authored andcommitted
Fix documentation for removed 'spring.ai.vectorstore.redis.uri' property
1 parent 59fbd9e commit ef0a202

File tree

1 file changed

+11
-0
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs

1 file changed

+11
-0
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/redis.adoc

+11
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ spring:
9999
prefix: custom-prefix
100100
----
101101

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+
102113
Properties starting with `spring.ai.vectorstore.redis.*` are used to configure the `RedisVectorStore`:
103114

104115
[cols="2,5,1",stripes=even]

0 commit comments

Comments
 (0)