You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chat/CHANGELOG.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,17 @@ CHANGELOG
3
3
0.1
4
4
---
5
5
6
-
* Add streaming support to `ChatInterface::submit()`
7
-
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
8
-
- 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
9
-
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
10
-
- Bugfixed loss of metadata in `Chat::submit()`
11
-
* Introduce the component
12
-
* Add support for external message stores:
13
-
- Meilisearch
14
-
- Pogocache
15
-
- Redis
16
-
- SurrealDb
6
+
* Add streaming support to `ChatInterface::submit()`
7
+
- Add `StreamableStoreInterface` which indicates `StoreInterface` implementation can be configured with streaming
8
+
- 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
9
+
- Streamed responses now also create `AssistantMessage` & are added to `Store` in `Chat::submit()`
0 commit comments