Skip to content

Commit 4876fcc

Browse files
authored
Merge pull request #1234 from jmartisk/typo
Fix some docs typos
2 parents 7675ce5 + f05099b commit 4876fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/ai-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The extension provides a default implementation of `ChatMemoryProvider` which do
210210
[IMPORTANT]
211211
====
212212
The topic of `ChatMemory` cleanup is of paramount importance in order to avoid having the application terminate with `out of memory` errors. For this reason, the extension automatically removes all the `ChatMemory` objects from
213-
the underlying `ChatMemoryStore` when the AI Service goes out of scope (recall from our discussion about <<scope,scope>> that such bean are `@RequestScoped` be default).
213+
the underlying `ChatMemoryStore` when the AI Service goes out of scope (recall from our discussion about <<scope,scope>> that such beans are `@RequestScoped` by default).
214214

215215
However, in cases where more fine-grained control is needed (which is the case when the bean is declared as `@Singleton` or `@ApplicationScoped`) then `io.quarkiverse.langchain4j.ChatMemoryRemover` should be used to manually remove elements.
216216
====

0 commit comments

Comments
 (0)