Skip to content

Releases: defenseunicorns/leapfrogai

v0.9.0

12 Jul 22:55
83743fa
Compare
Choose a tag to compare

0.9.0 (2024-07-12)

Features

Bug Fixes

  • api: bump max tokens to maximum for Synthia-7B to prevent chopping (#699) (ef7e098)
  • api: type-checking embedding list[str] (#773) (a7030ad)

Miscellaneous

  • #491 support arm64 (Apple Silicon) (#659) (adf3334)
  • api: raise exception on CRUD base fails (#748) (4d8ff03)
  • deps-dev: bump braces from 3.0.2 to 3.0.3 in /website (#612) (ead5d49)
  • deps: bump llama-cpp-python in /packages/llama-cpp-python (#574) (10b288e)
  • deps: bump tqdm in /packages/text-embeddings (#470) (d1e42d9)
  • docs: Add documentation to types (#680) (9f7f68b)
  • Fill in package READMEs and update docs (#660) (7dab8bd)
  • Standardize package vars relating to domain names (#770) (19ce48a)
  • test: Create Testing Strategy ADR (#586) (4e8fb18)

v0.8.0

18 Jun 23:26
518e5fc
Compare
Choose a tag to compare

0.8.0 (2024-06-18)

Features

Bug Fixes

  • api: Migrations (#606) (e91e525)
  • build: supabase bundle deployment order (#635) (c1a8294)
  • handle database permissions errors and workflow exceptions (#609) (e910f06)
  • tool resources validation (#654) (d2cbb09)
  • update README table of contents and formatting (#653) (cd7e2a6)
  • update the keycloak url that supabase redirects to (#535) (541c7bd)

Miscellaneous

  • Add RAG Evals Toolset ADR (#529) (840f49a)
  • Add Supabase Migrations Documentation (#592) (c1105b9)
  • Backwards compatible migration support (#618) (3b91e7f)
  • better database migrations - managed by supabase (#570) (ce6512f)
  • group 'minor' and 'patch' level npm dependency updates (#547) (064cb84)
  • Handle migrations with least permissions necessary (#630) (37badae)
  • remove unused requirements.txt file (#546) (e71e74f)

v0.7.2

16 May 05:08
7ba0e53
Compare
Choose a tag to compare

0.7.2 (2024-05-15)

Bug Fixes

  • use zarf vendored kubectl during supabase deployment (#517) (c236d39)

v0.7.1

15 May 15:46
47249c4
Compare
Choose a tag to compare

0.7.1 (2024-05-15)

Bug Fixes

  • allow release-please to update pyrpoject.toml files (#509) (3e1f0a6)
  • update 'latest' bundles to reference ui and supabase via reposistory instead of path (#508) (818f55a)

Miscellaneous

  • Turn supabase domain into a templated value (#512) (312d587)

v0.7.0

14 May 04:28
0e84764
Compare
Choose a tag to compare

0.7.0 (2024-05-14)

Features

Bug Fixes

Miscellaneous

  • sidenav redesign with import and export (#398) (368e4e9)
  • textarea instead of text input (#435) (47a0fba)
  • ui: Assistant Avatars (#494) (b4d9cfc)
  • ui: dates (#404) (7efcebf)
  • add zarf variable to api package for exposing the OpenAPI specification (#503) (054444c)
  • adding huggingface_hub has optional dev dependency (#440) (857f583)
  • bring ui into monorepo (#349) (0463af9)
  • ci: add unit test and linting workflow for leapfrogai_ui (#439) (b5aa668)
  • ci: setup release-please to assist with manage version refs internally (#465) (8c300b0)
  • ci: update publish workflow w leapfrogai UI artifacts (#464) (32c4ab5)
  • deps-dev: bump @sveltejs/kit in /src/leapfrogai_ui (#452) (d2553fe)
  • deps-dev: bump @testing-library/svelte in /src/leapfrogai_ui (#449) (e3d6a45)
  • deps-dev: bump @typescript-eslint/parser in /src/leapfrogai_ui (#427) (a8be49b)
  • deps-dev: bump eslint-plugin-svelte in /src/leapfrogai_ui (#477) (9666a79)
  • deps-dev: bump svelte from 4.2.12 to 4.2.15 in /src/leapfrogai_ui (#451) (62cb193)
  • deps-dev: bump svelte-check in /src/leapfrogai_ui (#475) (21be2a1)
  • deps-dev: bump typescript in /src/leapfrogai_ui (#478) (5393e34)
  • deps-dev: bump vite from 5.1.5 to 5.2.10 in /src/leapfrogai_ui (#426) (392c821)
  • deps: bump @supabase/ssr in /src/leapfrogai_ui (#476) (49efaec)
  • deps: bump @sveltejs/vite-plugin-svelte in /src/leapfrogai_ui (#453) (06062c8)
  • deps: bump msw from 2.2.3 to 2.2.14 in /src/leapfrogai_ui (#425) (8cfe8b5)
  • deps: bump openai from 4.29.0 to 4.38.5 in /src/leapfrogai_ui (#450) (7567bc7)
  • deps: bump openai from 4.38.5 to 4.41.1 in /src/leapfrogai_ui (#474) (86837e9)
  • documenting proposal for solution to database ADR (#416) (7a3a0ad)
  • Misc UI package configuration updates (#495) (ebe4fde)
  • refactoring API and adding stubs for new OpenAI endpoints (#437) (cba9676)
  • reformat with new prettier settings (#466) (2bfad2d)
  • restrict e2e tests from running on lfai-ui changes (#401) (037d157)
  • show copy/edit btns for non last message during regen (#444) (7c67a4f)
  • Supabase migrations (#496) (86ed880)

v0.6.1

12 Apr 22:51
bc06594
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

11 Apr 18:57
86ac1f3
Compare
Choose a tag to compare

The first release of the LeapfrogAI monorepo.

🚧 TLDR Release notes incoming... 🚧

Published Container Images

Image URL
leapfrogai-api ghcr.io/defenseunicorns/leapfrogai/leapfrogai-api:0.6.0
llama-cpp-python ghcr.io/defenseunicorns/leapfrogai/llama-cpp-python:0.6.0
vLLM ghcr.io/defenseunicorns/leapfrogai/vllm:0.6.0
whisper ghcr.io/defenseunicorns/leapfrogai/whisper:0.6.0
text-embeddings ghcr.io/defenseunicorns/leapfrogai/text-embeddings:0.6.0

Published Zarf Packages

Package URL
leapfrogai-api ghcr.io/defenseunicorns/packages/leapfrogai/leapfrogai-api:0.6.0
llama-cpp-python ghcr.io/defenseunicorns/packages/leapfrogai/llama-cpp-python:0.6.0
vLLM ghcr.io/defenseunicorns/packages/leapfrogai/vllm:0.6.0
whisper ghcr.io/defenseunicorns/packages/leapfrogai/whisper:0.6.0
text-embeddings ghcr.io/defenseunicorns/packages/leapfrogai/text-embeddings:0.6.0

What's Changed

Read more