Tasks enhancements
Added
- Tasks now support passing modules, data and requirements along with the function code, allowing for a more complex and customized execution environment.
- Vector search query results now report their total number of results by means of the standard
len()
function.
Changed
Metadata.search
no longer has a 10,000-item limit, and the number of items returned will be closer tolimit
.