v0.1.18
What's Changed
- Support live update mode in CocoIndex engine, exposed by
FlowLiveUpdater
(Python SDK) andupdate -L
/server -L
(CLI). - Offer a
refresh_interval
option foradd_source()
API in Python SDK for periodical metadata-traverse based change detection - Update GoogleDrive data source to support detecting recent changes based on last modified time.
- Continuously show stats in live update mode.
- Make
@main_fn
decorator support async functions. - Carry over more metadata for function and class decorators in Python SDK.
Full Changelog: v0.1.17...v0.1.18