ailake-store — object storage abstraction
Thin wrapper over object_store crate. The get_range method is critical for partial S3 reads of the HNSW footer.
Quick start
Use store_from_url for env-based auth, or the typed builders for explicit credentials:
// URL-based (env credentials)
let store = store_from_url?;
// Explicit static credentials (dev / CI)
use ;
let store = s3_store?;