Fix(typo): add missing closing bracket in docs
This commit is contained in:
committed by
Ilayaperumal Gopinathan
parent
9d95f0f7c9
commit
ac8629c5b6
@@ -26,7 +26,7 @@ Assuming you have already loaded data into a `VectorStore`, you can perform Retr
|
||||
----
|
||||
ChatResponse response = ChatClient.builder(chatModel)
|
||||
.build().prompt()
|
||||
.advisors(new QuestionAnswerAdvisor(vectorStore)
|
||||
.advisors(new QuestionAnswerAdvisor(vectorStore))
|
||||
.user(userText)
|
||||
.call()
|
||||
.chatResponse();
|
||||
|
||||
Reference in New Issue
Block a user