unique_toolkit 0.5.9__py3-none-any.whl → 0.5.10__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.
@@ -212,6 +212,8 @@ class ContentService(BaseService):
212
212
  title=content["title"],
213
213
  url=content["url"],
214
214
  chunks=[self._map_content_chunk(chunk) for chunk in content["chunks"]],
215
+ created_at=content["createdAt"],
216
+ updated_at=content["updatedAt"],
215
217
  )
216
218
 
217
219
  def _map_contents(self, contents):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 0.5.9
3
+ Version: 0.5.10
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.10] - 2024-08-6
105
+ - fix content schema
106
+
104
107
  ## [0.5.9] - 2024-08-6
105
108
  - added `created_at` and `updated_at` to content schema
106
109
 
@@ -11,7 +11,7 @@ unique_toolkit/chat/service.py,sha256=jTxFchdjcGp3IQZxWR4x3XTdATxodP0xD4LGJZYltV
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
13
  unique_toolkit/content/schemas.py,sha256=5Tkn6fulop6Ya2iCZvth7I5XPwi8QPqPUgDFV7ZAQQg,2224
14
- unique_toolkit/content/service.py,sha256=b55Jnqgy7DQtFerPm2zfQKexvz-AO7YiWJZTlXuX4f4,13417
14
+ unique_toolkit/content/service.py,sha256=_o2mCgi0cN3YIvlFFJnwBZw8YHzR37DM2Mqsk157IRc,13507
15
15
  unique_toolkit/content/utils.py,sha256=x3ABo8ZCRm3YJAQwDtrr82z77DmW4Mei7KCIITjP0fk,6897
16
16
  unique_toolkit/embedding/schemas.py,sha256=1GvKCaSk4jixzVQ2PKq8yDqwGEVY_hWclYtoAr6CC2g,96
17
17
  unique_toolkit/embedding/service.py,sha256=xcU84ANMIebBui_AWBhfN1rqz7evXYRgg_Z-132veNE,2703
@@ -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.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,,
22
+ unique_toolkit-0.5.10.dist-info/LICENSE,sha256=bIeCWCYuoUU_MzNdg48-ubJSVm7qxakaRbzTiJ5uxrs,1065
23
+ unique_toolkit-0.5.10.dist-info/METADATA,sha256=wZsvcVpS4cZhkXfa9PRrycLHMoOnKW0c8tDK6V0FY5Y,9173
24
+ unique_toolkit-0.5.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
25
+ unique_toolkit-0.5.10.dist-info/RECORD,,