Importing the SDK
To initialize the
Galtea
class, you need to provide your API key obtained in the settings page of the Galtea platform.Registering a Product
Registering a product is the first step to start using the Galtea platform. In this case, we don’t allow to create a product from the sdk, therefore you need to do this from the dashboard.Creating a Version
With a version, you can track changes to your product over time and compare different implementations.More information about creating a version can be found here.
Creating a Test
With a Test you define the test cases to evaluate your product. You can create quality or red teaming tests depending on your evaluation needs.More information about creating a test can be found here.
Creating a Metric
Metrics help you define the criteria for evaluating the performance of your product. You can create custom Metrics tailored to your specific use cases.More information about creating a metric can be found here.
Launching Evaluations
Evaluations assess the performance of a product version against test cases using specific metrics. They are now directly linked to sessions that contain all inference results.More information about launching evaluations can be found here.