Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flex.ai/llms.txt

Use this file to discover all available pages before exploring further.

Highlights

  • Remote Storage Source Connection: Added the flexai training storage command manage connections to Remote Storage Sources, such as AWS, GCS, MinIO, and R2.
  • Pushing a Dataset from a Remote Storage Source: Added support for pushing Datasets from a Remote Storage Source Connection to flexai dataset push.

Added

Changed

  • Added support for Remote Storage Source Connections to flexai dataset push:
    flexai dataset push <dataset_name> \
    +  --source-path <bucket/resource/path>
    +  --storage-provider <name_of_the_storage_connection>
    
    For more details: