unique_toolkit 0.5.8__py3-none-any.whl → 0.5.9__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -47,6 +47,8 @@ class Content(BaseModel):
47
47
  chunks: list[ContentChunk] = []
48
48
  write_url: str | None = None
49
49
  read_url: str | None = None
50
+ created_at: datetime | None = None
51
+ updated_at: datetime | None = None
50
52
 
51
53
 
52
54
  class ContentReference(BaseModel):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 0.5.8
3
+ Version: 0.5.9
4
4
  Summary:
5
5
  License: MIT
6
6
  Author: Martin Fadler
@@ -101,6 +101,9 @@ All notable changes to this project will be documented in this file.
101
101
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
102
102
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
103
103
 
104
+ ## [0.5.9] - 2024-08-6
105
+ - added `created_at` and `updated_at` to content schema
106
+
104
107
  ## [0.5.8] - 2024-08-1
105
108
  - `RerankerConfig` serialization alias added
106
109
 
@@ -10,7 +10,7 @@ unique_toolkit/chat/schemas.py,sha256=TYqrDy96ynP7XpnT_abOJlq6LkqBTdKwEft4YHeEgR
10
10
  unique_toolkit/chat/service.py,sha256=jTxFchdjcGp3IQZxWR4x3XTdATxodP0xD4LGJZYltVw,13338
11
11
  unique_toolkit/chat/state.py,sha256=qrXkxmYlTM6PRpHX6j_vhJNWkJX4r-xgJ3NvqM80rAY,1441
12
12
  unique_toolkit/chat/utils.py,sha256=ihm-wQykBWhB4liR3LnwPVPt_qGW6ETq21Mw4HY0THE,854
13
- unique_toolkit/content/schemas.py,sha256=TdKcr_O0-2s3rshgj8VkTyBFuAs7RfKE1itSMY-fc94,2146
13
+ unique_toolkit/content/schemas.py,sha256=5Tkn6fulop6Ya2iCZvth7I5XPwi8QPqPUgDFV7ZAQQg,2224
14
14
  unique_toolkit/content/service.py,sha256=b55Jnqgy7DQtFerPm2zfQKexvz-AO7YiWJZTlXuX4f4,13417
15
15
  unique_toolkit/content/utils.py,sha256=x3ABo8ZCRm3YJAQwDtrr82z77DmW4Mei7KCIITjP0fk,6897
16
16
  unique_toolkit/embedding/schemas.py,sha256=1GvKCaSk4jixzVQ2PKq8yDqwGEVY_hWclYtoAr6CC2g,96
@@ -19,7 +19,7 @@ unique_toolkit/language_model/infos.py,sha256=NhAkeW7PyusSIHCMvwRikLlzGG4tOXSLf_
19
19
  unique_toolkit/language_model/schemas.py,sha256=kTGSGT3ygrH3guQELOWpxN4MTgEPuudi-CTvRu-zCcI,4377
20
20
  unique_toolkit/language_model/service.py,sha256=0g0nAGj9Te16YHFhqO9pkszhEwtuZ6bSqor6hi49e6c,10549
21
21
  unique_toolkit/language_model/utils.py,sha256=WBPj1XKkDgxy_-T8HCZvsfkkSzj_1w4UZzNmyvdbBLY,1081
22
- unique_toolkit-0.5.8.dist-info/LICENSE,sha256=bIeCWCYuoUU_MzNdg48-ubJSVm7qxakaRbzTiJ5uxrs,1065
23
- unique_toolkit-0.5.8.dist-info/METADATA,sha256=-QZ41K5H5zgULgADGAvfHgJtJvGm9NGG86gDs5S-1C4,9046
24
- unique_toolkit-0.5.8.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
- unique_toolkit-0.5.8.dist-info/RECORD,,
22
+ unique_toolkit-0.5.9.dist-info/LICENSE,sha256=bIeCWCYuoUU_MzNdg48-ubJSVm7qxakaRbzTiJ5uxrs,1065
23
+ unique_toolkit-0.5.9.dist-info/METADATA,sha256=Dv_WFFMvIRmfwtiqULspjfwfq7LZ5ILmHekxhqd1bXA,9126
24
+ unique_toolkit-0.5.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
+ unique_toolkit-0.5.9.dist-info/RECORD,,