ml_model_stack

Function ml_model_stack 

Source
pub fn ml_model_stack(
    path: PathBuf,
) -> Result<MetricsBlockStore<BloomBlockStore<CachedBlockStore<SledBlockStore>>>>
Expand description

Create a machine learning model storage stack

Optimized for ML model storage:

  • Large cache (1GB) for frequently accessed models
  • Bloom filter for fast existence checks
  • Metrics tracking

Best for: ML model repositories, model versioning, training checkpoints