Skip to content

Commit d7db943

Browse files
doc: update chat-memory.adoc (#3917)
Fixes #3917 Auto-cherry-pick to 1.0.x Signed-off-by: Tony Quach <[email protected]>
1 parent 056c261 commit d7db943

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/chat-memory.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ If you'd rather create the `JdbcChatMemoryRepository` manually, you can do so by
111111
----
112112
ChatMemoryRepository chatMemoryRepository = JdbcChatMemoryRepository.builder()
113113
.jdbcTemplate(jdbcTemplate)
114-
.dialect(new PostgresChatMemoryDialect())
114+
.dialect(new PostgresChatMemoryRepositoryDialect())
115115
.build();
116116
117117
ChatMemory chatMemory = MessageWindowChatMemory.builder()

0 commit comments

Comments
 (0)