Skip to content

Commit 51046c7

Browse files
authored
Fix typo in retrieval-augmented-generation.adoc (#2652)
reulsts -> results Signed-off-by: 吴伟杰 <wuweijie@apache.org>
1 parent 783e219 commit 51046c7

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
@@ -47,7 +47,7 @@ To restrict the types of documents that are searched, the `SearchRequest` takes
4747

4848
This filter expression can be configured when creating the `QuestionAnswerAdvisor` and hence will always apply to all `ChatClient` requests or it can be provided at runtime per request.
4949

50-
Here is how to create an instance of `QuestionAnswerAdvisor` where the threshold is `0.8` and to return the top `6` reulsts.
50+
Here is how to create an instance of `QuestionAnswerAdvisor` where the threshold is `0.8` and to return the top `6` results.
5151

5252
[source,java]
5353
----

0 commit comments

Comments
 (0)