Skip to content

v0.1.1-alpha

Compare
Choose a tag to compare
@agpituk agpituk released this 18 Feb 16:28
· 102 commits to main since this release
b9f3b84

Summary

UI:

  • Introduced TypeScript & general fixes.
  • Prepared the project for the introduction of E2E testing.
  • Added support for the new workflows endpoint.
  • Improved error messages
  • Added sample dataset link for people to quickly find and use datasets in experiments

SDK:

  • Updated SDK to use the new workflows endpoint

API:

  • Added support for local models via llamafile, ollama or vLLM.
  • Added support for DeepSeek API.
  • Added support for Hugging Face text-generation pipelines.
  • Decouple service (jobs & experiments) layer from the presentation layer (extracted HTTP exceptions).
  • Delete the redundant /completions route and consolidate LLM inference logic into the inference job.
  • Added job_result_download endpoint to the experiment service, allowing direct retrieval of job outputs.

Infrastructure:

  • Added persistence to local environments (database & ray).
  • Fixed multiplatform builds
  • Fixed issues with ray dead nodes in local environment after restarting the project.
  • Removed kuberay from the helm installation.

Documentation:

  • Improved helm documentation.
  • Added a guide for running inference with Lumigator on any locally hosted model (via ollama, vLLM and llamafile).
  • Improved documentation on how to run unit and integration tests.
  • Added general documentation on environment variables.

General changes:

  • Reorganized paths and folders within the project.
  • Added MLFlow to track experiments.
  • Reworked the environment variables flow adding a new build process.

PRs

New Contributors

Full Changelog: v0.1.0-alpha...v0.1.1-alpha