Commit 5540b45
Partial context updates (#93)
# Description
Context storages are updated partially now instead of reading and
writing whole data at once.
# Checklist
- [x] I have covered the code with tests
- [x] I have added comments to my code to help others understand it
- [x] I have updated the documentation to reflect the changes
- [x] I have performed a self-review of the changes
- [x] Consider extending `UpdateScheme` from `BaseModel`
- [x] Decide how we want to use `clear` method.
---------
Co-authored-by: Roman Zlobin <[email protected]>
Co-authored-by: = <=>
Co-authored-by: pseusys <[email protected]>1 parent 5c05693 commit 5540b45
File tree
63 files changed
+3501
-1606
lines changed- chatsky
- conditions
- context_storages
- core
- service
- destinations
- messengers/telegram
- stats
- utils
- db_benchmark
- testing
- docs/source/user_guides
- tests
- context_storages
- core
- pipeline
- slots
- stats
- utils
- tutorials
- context_storages
- messengers/telegram
- service
- utils/stats
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+3501
-1606
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| 8 | + | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
0 commit comments