Skip to content

Commit 522f5d8

Browse files
StudiousXiaoYuchedim
authored andcommitted
1 parent 640e033 commit 522f5d8

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)