A version in Galtea represents a specific iteration of a product. Versions allow you to track changes to your product over time and compare different implementations against the same tests.You can create, view and manage your versions on the Galtea dashboard or programmatically using the Galtea SDK.
The Galtea SDK allows you to create, view, and manage versions programmatically. This is particularly useful for organizations that want to automate their versioning process or integrate it into their CI/CD pipeline.
A description of the version, typically highlighting what makes it different from other versions. Example: “Improved summarization algorithm with better fact retention”
The AI Model used by this version. This is used for cost tracking and associating the version with a specific LLM’s pricing and tokenization characteristics.This is used to calculate the cost of the inference for the version during evaluation tasks.
The system prompt used for this version. Example: “You are an expert legal document summarizer. Provide concise summaries that capture all key legal points.”