We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29002df commit d8ef6efCopy full SHA for d8ef6ef
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/couchbase.adoc
@@ -215,9 +215,9 @@ Read the link:https://docs.couchbase.com/java-sdk/current/hello-world/start-usin
215
----
216
@Bean
217
public Cluster cluster() {
218
- Cluster cluster = Cluster.connect("couchbase://localhost",
219
- "username", "password");
+ return Cluster.connect("couchbase://localhost", "username", "password");
220
}
+
221
222
223
and then create the `CouchbaseSearchVectorStore` bean using the builder pattern:
0 commit comments