Skip to main content

Galtea software development kit

Project description

Galtea SDK

Galtea

Comprehensive AI/LLM Testing & Evaluation Framework

PyPI version Python versions License

Overview

Galtea SDK empowers AI engineers, ML engineers and data scientists to rigorously test and evaluate their AI products. With a focus on reliability and transparency, Galtea offers:

  1. Automated Test Dataset Generation - Create comprehensive test datasets tailored to your AI product
  2. Sophisticated Product Evaluation - Evaluate your AI products across multiple dimensions

Documentation

All SDK usage and API documentation has moved to our official docs: Galtea SDK Documentation


Development

This project uses Poetry for dependency management and packaging.

Development Setup

# Activate the virtual environment (spawns a subshell)
poetry shell

# Install dependencies
poetry install

Exit the virtual environment with the exit command.

Using with Jupyter Notebooks

To use the Poetry virtual environment as a Jupyter kernel (e.g. for the example notebooks in examples/):

# Ensure dev dependencies are installed (includes ipykernel)
poetry install

# Register the virtualenv as a Jupyter kernel
poetry run python -m ipykernel install --user --name galtea-sdk --display-name "Galtea SDK"

Then select the "Galtea SDK" kernel in your notebook editor (VS Code, JupyterLab, etc.).

Running Tests

Tests are located in the tests/ directory and cover core functionality including file validation, string utilities, and model utilities.

Run All Tests

# Using Poetry (recommended)
poetry run pytest

# Or using Make
make test

# Using virtual environment directly
python -m pytest tests/

Run Tests with Verbose Output

poetry run pytest -v

Run Specific Test File

poetry run pytest tests/test_file_validation.py

Run Specific Test Class or Method

# Run a specific test class
poetry run pytest tests/test_file_validation.py::TestValidateKnowledgeBaseFile

# Run a specific test method
poetry run pytest tests/test_file_validation.py::TestValidateKnowledgeBaseFile::test_valid_txt_file

Run Tests with Coverage

poetry run pytest --cov=galtea --cov-report=html

This will generate a coverage report in the htmlcov/ directory.

Building the Project

To build the project:

poetry build

This will create distribution packages (wheel and source distribution) in the dist/ directory.

License

Apache License 2.0

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galtea-4.22.0.tar.gz (85.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

galtea-4.22.0-py3-none-any.whl (116.0 kB view details)

Uploaded Python 3

File details

Details for the file galtea-4.22.0.tar.gz.

File metadata

  • Download URL: galtea-4.22.0.tar.gz
  • Upload date:
  • Size: 85.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.17.0-1010-azure

File hashes

Hashes for galtea-4.22.0.tar.gz
Algorithm Hash digest
SHA256 f1ab1c9c295506a85e44b3151af06915fb1553a96c029ab9639caffc02b8fb15
MD5 c27fd57a7361a14d64952c8d9b278230
BLAKE2b-256 8b61240414d8b373b905ed30ea50106f9a16a080d459b1cc8535eee5c6ddfab5

See more details on using hashes here.

File details

Details for the file galtea-4.22.0-py3-none-any.whl.

File metadata

  • Download URL: galtea-4.22.0-py3-none-any.whl
  • Upload date:
  • Size: 116.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.17.0-1010-azure

File hashes

Hashes for galtea-4.22.0-py3-none-any.whl
Algorithm Hash digest
SHA256 efc265682efc03fcee5a43deb7ed06a48bed862d247387dbfc075fa4da4a1bda
MD5 ad520b7d5cea6c32304198fcb9ffa114
BLAKE2b-256 1c3c8ee2d9eb03ba698b48f63ad13a960f5b8f978bbe418ab55614f68a54743b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page