Manage Storage#
NeMo microservices use a combination of databases, object storage, and persistent volume to store data.
Storage Types#
Storage Type |
Use |
Microservices |
---|---|---|
Databases |
Used to store entity metadata, custom fields, and file locations/references. |
NeMo Data Store, NeMo Entity Store, NeMo Evaluator, NeMo Customizer, NeMo Guardrails (Optional) |
Object Store |
Used to store large datasets and model files. |
NeMo Data Store |
Persistent Volume |
Used to store models locally in the cluster for faster access during customization jobs. |
NeMo Data Store, NeMo Customizer, NeMo Operator, NeMo Guardrails (Optional) |
Storage Configuration Guides#
Manage the Postgres database used across microservices.
Manage the object storage used across microservices.
Manage Persistent Volume Claims used across microservices.
Disaster Recovery#
Review best practices for data preservation and recovery.