Skip to content

Releases: helixml/helix

1.0.11 - better text extraction in RAG

26 Sep 06:02
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 1.0.9...1.0.10

1.0.9 - fix firewalled typesense; knowledge search + UI, image fine tuning

23 Sep 14:23
a384b0e
Compare
Choose a tag to compare

What's Changed

Makes RAG work in firewalled environments, adds a new knowledge search UI so you can see what chunks got indexed from knowledge:
image

Fixes regression in image fine-tuning.

Full Changelog: 1.0.8...1.0.9

1.0.8 - Fix runner overschedling

20 Sep 15:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.7...1.0.8

1.0.7

19 Sep 15:02
Compare
Choose a tag to compare

What's Changed

  • fixes UI crash on preview gen by @rusenask in #473
  • fixes typesense crash due to high concurrency by defaulting to a concurrency of 1 in a16703e

Full Changelog: 1.0.6...1.0.7

1.0.6

17 Sep 21:24
8949b68
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.5...1.0.6

1.0.5 - model picker in app editor

13 Sep 01:09
808d919
Compare
Choose a tag to compare

What's Changed

Makes App Editor UI work when using external LLM providers

Full Changelog: 1.0.4...1.0.5

1.0.4 - installer improvements

13 Sep 01:08
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3 - fix compose

12 Sep 03:32
Compare
Choose a tag to compare

Fix regression in compose file used for default installation

Full Changelog: 1.0.2...1.0.3

1.0.2 - knowledge uploads in CLI, cron app triggers, multi-provider, much smaller RAG

12 Sep 00:06
8ba5599
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1 - Private GenAI Stack, OpenAI You Can Run Locally - helm + gptscript fixes

05 Sep 10:16
76d3fcb
Compare
Choose a tag to compare

What's Changed

image

Today, we’re announcing Helix 1.0, because after a major refactor and months of hammering we are now declaring Helix stable and production-ready, ready for serious production use-cases.

Easy installation

Linux | macOS | Windows (WSL2)

Installation is now as simple as:

curl -sL -O https://get.helix.ml/install.sh && bash install.sh

Read more

Launch blog: https://blog.helix.ml/p/announcing-helix-10-secure-local
Demo: https://youtu.be/6QcOXq3VFpc
Installation Quickstart: https://docs.helix.ml/helix/private-deployment/controlplane/

Major features in 1.0

  • Helix Apps, version controlled configuration for LLM-based applications
  • Knowledge, continuously updated RAG from a URL
  • API integrations so your app can call an API to get up to date information when needed
  • New Helix App Editor UI
  • New easy installer with support for Helix running on macOS (alongside Ollama) and Windows on an NVIDIA GPU

Watch the demo!

This release

Full Changelog: 0.10.18...1.0.1