Skip to content

Commit ac8629c

Browse files
linarkouilayaperumalg
authored andcommitted
Fix(typo): add missing closing bracket in docs
1 parent 9d95f0f commit ac8629c

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
@@ -26,7 +26,7 @@ Assuming you have already loaded data into a `VectorStore`, you can perform Retr
2626
----
2727
ChatResponse response = ChatClient.builder(chatModel)
2828
.build().prompt()
29-
.advisors(new QuestionAnswerAdvisor(vectorStore)
29+
.advisors(new QuestionAnswerAdvisor(vectorStore))
3030
.user(userText)
3131
.call()
3232
.chatResponse();

0 commit comments

Comments
 (0)