Skip to content

Commit 967c1d6

Browse files
feat (#2749)
1 parent 51046c7 commit 967c1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/retrieval-augmented-generation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ MultiQueryExpander queryExpander = MultiQueryExpander.builder()
270270
.chatClientBuilder(chatClientBuilder)
271271
.numberOfQueries(3)
272272
.build();
273-
List<Query> queries = expander.expand(new Query("How to run a Spring Boot app?"));
273+
List<Query> queries = queryExpander.expand(new Query("How to run a Spring Boot app?"));
274274
----
275275

276276
By default, the `MultiQueryExpander` includes the original query in the list of expanded queries. You can disable this behavior

0 commit comments

Comments
 (0)