Skip to content

Commit e495d9b

Browse files
committed
Fix docs
1 parent fec2176 commit e495d9b

File tree

5 files changed

+271
-103
lines changed

5 files changed

+271
-103
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:project-version: 0.27.0.CR1
2-
:langchain4j-version: 1.0.0-beta3
2+
:langchain4j-version: 1.0.0-beta4
33
:examples-dir: ./../examples/

docs/modules/ROOT/pages/includes/quarkus-langchain4j-core.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Configure the type of `ChatMemory` that will be used by default by the default `
1919

2020
The extension provides a default bean that configures `ChatMemoryProvider` for use with AI services registered with `RegisterAiService`. This bean depends uses the `quarkus.langchain4j.chat-memory` configuration to set things up while also depending on the presence of a bean of type `ChatMemoryStore` (for which the extension also provides a default in the form of `InMemoryChatMemoryStore`).
2121

22-
If `token-window` is used, then the application must also provide a bean of type `Tokenizer`.
22+
If `token-window` is used, then the application must also provide a bean of type `TokenCountEstimator`.
2323

2424
Users can choose to provide their own `ChatMemoryStore` bean or even their own `ChatMemoryProvider` bean if full control over the details is needed.
2525

docs/modules/ROOT/pages/includes/quarkus-langchain4j-core_quarkus.langchain4j.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Configure the type of `ChatMemory` that will be used by default by the default `
1919

2020
The extension provides a default bean that configures `ChatMemoryProvider` for use with AI services registered with `RegisterAiService`. This bean depends uses the `quarkus.langchain4j.chat-memory` configuration to set things up while also depending on the presence of a bean of type `ChatMemoryStore` (for which the extension also provides a default in the form of `InMemoryChatMemoryStore`).
2121

22-
If `token-window` is used, then the application must also provide a bean of type `Tokenizer`.
22+
If `token-window` is used, then the application must also provide a bean of type `TokenCountEstimator`.
2323

2424
Users can choose to provide their own `ChatMemoryStore` bean or even their own `ChatMemoryProvider` bean if full control over the details is needed.
2525

0 commit comments

Comments
 (0)