Skip to content

Commit 0463997

Browse files
committed
docs: Update chatclient.adoc with all ChatMemoryRepository implementations
Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
1 parent 99b2976 commit 0463997

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/chatclient.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ If a new system message is added, all previous system messages are removed from
769769
This ensures that the most recent context is always available for the conversation while keeping memory usage bounded.
770770

771771
The `MessageWindowChatMemory` is backed by the `ChatMemoryRepository` abstraction which provides storage implementations for the chat conversation memory.
772-
There are several implementations available, including the `InMemoryChatMemoryRepository`, `JdbcChatMemoryRepository`, `CassandraChatMemoryRepository` and `Neo4jChatMemoryRepository`.
772+
There are several implementations available, including the `InMemoryChatMemoryRepository`, `JdbcChatMemoryRepository`, `CassandraChatMemoryRepository`, `Neo4jChatMemoryRepository`, `CosmosDBChatMemoryRepository`, `MongoChatMemoryRepository`, and `RedisChatMemoryRepository`.
773773

774774
For more details and usage examples, see the xref:api/chat-memory.adoc[Chat Memory] documentation.
775775

0 commit comments

Comments
 (0)