Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
2025.7.4 source code.tar.gz | 2025-07-24 | 43.6 MB | |
2025.7.4 source code.zip | 2025-07-24 | 44.3 MB | |
README.md | 2025-07-24 | 720 Bytes | |
Totals: 3 Items | 87.9 MB | 1 |
Bug Fixes
- Fixed an issue with inference caching where inference requests that were identical except for their inline (base64-encoded) file data incorrectly shared the same cache key, resulting in false cache hits. The cache key now includes a hash of the inline file data, ensuring that such requests are properly distinguished.
New Features
- Added functionality for deleting datasets in the UI (soft deletion).
Experimental
- Added support for filtering by time and tags to the
experimental_list_inferences
method. - Added support for ordering by metric value and time to the
experimental_list_inferences
method.
& multiple under-the-hood and UI improvements (thanks @NamNgHH!)