Entity Management Tutorials#
Use the tutorials in this section to gain a deeper understanding of how both the NeMo Entity Store and NVIDIA NeMo Data Store microservices work together to provide a complete data management solution.
Tip
Tutorials are organized by complexity and typically build on one another.
Tip
The tutorials reference an ENTITY_STORE_BASE_URL
whose value will depend on the ingress in your particular cluster. If you are using the minikube demo installation, it will be http://nemo.test
. Otherwise, you will need to consult with your own cluster administrator for the ingress values. Additionally, when using the Hugging Face CLI or SDK, you will need to set to set HF_ENDPOINT and HF_TOKEN environment variables.When using the minikube demo installation, use HF_ENDPOINT=”http://data-store.test/v1/hf” and HF_TOKEN=”dummy-unused-value”. Otherwise, you will need to consult with your own cluster administrator for the ingress values.
General#
Learn how to set up your initial project entities using the NeMo Entity Store APIs.
Learn how to manage dataset files using the Hugging Face CLI or SDK and register them to the Entity Store.