Skip to content

Commit fc06a9c

Browse files
GuikingoneMarco van Angeren
authored andcommitted
[Chat] Introduce MongoDb as message store
1 parent 2b619ee commit fc06a9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/chat/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ CHANGELOG
33
0.1
44
---
55

6+
<<<<<<< HEAD
67
* Add streaming support to `ChatInterface::submit()`
78
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
89
- Add `AccumulatingStreamResult` wrapper class which adds accumulation logic & callback chaining to `StreamResult` implementations (can wrap both `Agent` and `Platform` variants) to return the full message once `Generator` is exhausted
910
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
1011
- Bugfixed loss of metadata in `Chat::submit()`
1112
* Introduce the component
1213
* Add support for external message stores:
14+
- Doctrine
1315
- Meilisearch
16+
- MongoDb
1417
- Pogocache
1518
- MongoDb
1619
- Redis

0 commit comments

Comments
 (0)