Skip to content

Latest commit

 

History

History
442 lines (305 loc) · 53.3 KB

CHANGELOG.md

File metadata and controls

442 lines (305 loc) · 53.3 KB

Changelog

0.14.0 (2024-10-10)

⚠ BREAKING CHANGES

  • vllm: upgrade vllm backend and refactor deployment (#854)

Features

  • api: add prometheus monitoring (#1166) (81ff6a3)
  • api: openai compliant annotations and vector_content retrieval (#1164) (96d89f0)
  • api: reranking backend integrated in with rag (#1090) (2f80d87)
  • use chunk data in NIAH and QA evals (#1176) (ad697cd)
  • vllm: upgrade vllm backend and refactor deployment (#854) (fd3cbc4)

Bug Fixes

  • api: make model field optional in ModifyAssistantRequest type (#1159) (75cf696)
  • docs: cron-job badges should look at main branch workflows only (31178d1)
  • nightly snapshots repository typo (#1177) (432b380)
  • remove nightly snapshots release workflow from release-please (#1163) (48507da)
  • replace file ids with replacement text (#1201) (bf14dde)
  • ui: allow large transcribe and translate responses (185dcbb)
  • ui: assistants chat (#1151) (04ae4b0)
  • ui: bullets item styling (b6fff15)
  • whisper: failing gpu pod due to mangled env variable (bb5e58c)

Miscellaneous

  • add Made for UDS badge verification task and workflow (#1149) (228c55c)
  • api, tests: refactor api tests to centralize file pathing (#1165) (e2ce0f4)
  • deps: update actions/checkout action to v4.2.0 (#1059) (fcd8087)
  • deps: update actions/upload-artifact action to v4.4.0 (#1133) (e2bd44f)
  • deps: update dependency defenseunicorns/uds-cli to v0.16.0 (#1139) (c3824c2)
  • deps: update dependency grpcio to v1.66.1 (#1145) (cd5ca6f)
  • deps: update dependency huggingface-hub to v0.25.1 (#1189) (8129c34)
  • disables renovate and cron-job workflows (#1202) (d1e26df)
  • docs: add workflow badges to readme (#1152) (6880569)
  • release 0.14.0 (#1203) (b95dd44)
  • test, release: nightly snapshot release and upgrade testing (#1141) (b43c30c)
  • ui: better assistant error handling (#1158) (0596115)
  • ui: bump @sveltejs/kit and fix e2es (b9f6413)
  • ui: style updates part1 (#1168) (bab2dcd)
  • update registry1 weekly to 0.13.1, API, and testing workflows (#1101) (022e98d)

0.13.1 (2024-09-26)

Features

  • 1049 add standard evaluation benchmarks to lfai evals (#1078) (8e68b8b)

Bug Fixes

  • fix indientation in text-embeddings and whisper deployments (#1155) (c47add1)
  • whisper: fix whisper transcription of non-english audio (#1066) (8dd467a)

Miscellaneous

  • deps: update actions/setup-node action to v4.0.4 (#1060) (69e7358)
  • deps: update actions/setup-python action to v5.2.0 (#1132) (5f58be0)
  • deps: update davidanson/markdownlint-cli2-action action to v17 (#1112) (438553e)
  • deps: update defenseunicorns/uds-common action to v0.13.1 (#1134) (3150873)
  • deps: update defenseunicorns/uds-common digest to 24c8a2a (#1058) (605b942)
  • deps: update dependency @ai-sdk/openai to ^0.0.61 (#1061) (78222dd)
  • deps: update dependency aiostream to v0.6.2 (#1136) (e0845ab)
  • deps: update dependency anthropic to v0.34.2 (#1069) (0e08480)
  • deps: update dependency ctranslate2 to v4.4.0 (#1137) (3fa92ea)
  • deps: update dependency eslint to ^8.57.0 (#1070) (a51ed24)
  • deps: update dependency instructor to v1.4.3 (#1071) (7c9d855)
  • deps: update dependency markdownlint-cli to v0.42.0 (#1111) (ae5af5d)
  • deps: update dependency numpy to v1.26.4 (#1092) (2ca0b70)
  • deps: update dependency playwright to ^1.47.0 (#1093) (28898ff)
  • deps: update dependency postgrest to v0.16.11 (#1096) (41fea26)
  • deps: update dependency python-multipart to v0.0.10 (#1097) (7e6027e)
  • deps: update dependency storage3 to v0.7.7 (#1099) (fb2b437)
  • deps: update dependency tqdm to v4.66.5 (#1100) (be5bf2c)
  • deps: update dependency unstructured to v0.15.13 (#1102) (590e946)
  • release 0.13.1 (#1157) (a0d9bc0)
  • ui: improve e2e playwright test stability (#1116) (c4c7e9d)
  • ui: streaming text response deprecated (#1104) (b360d15)

0.13.0 (2024-09-20)

⚠ BREAKING CHANGES

  • add containerization and packaging manifest lints (#937)
  • uds bundle refs for upstream flavor and namespace (#977)

Features

Bug Fixes

Miscellaneous

  • add containerization and packaging manifest lints (#937) (c4d0835)
  • api: update langchain to 0.2.12 (#1048) (3994547)
  • deps: ensure a dependency workflow checks all upstream resources and dependencies (#1042) (c37c698)
  • new 'types' module (#1009) (a6ad11c)
  • release 0.13.0 (#1088) (a343a8d)
  • sdk, api: fix types, enhance chat, audio and completion tests (#1038) (014329c)
  • split up make clean target (#1029) (2d9cff2)
  • test: fix and re-activate integration and unit tests (#1004) (d32bd72)
  • test: prevent E2E tests from running in draft PRs (#1015) (11526e8)
  • uds bundle refs for upstream flavor and namespace (#977) (caf4f9c)
  • ui: html/markdown security (#1006) (6a0038a)
  • ui: package updates (8fbe561)
  • variablize uds distro for uds make target (#1065) (eb35830)

0.12.2 (2024-09-06)

Bug Fixes

  • hotfix fix typo in release pipeline (again) (#1003) (be91e75)

0.12.1 (2024-09-06)

Bug Fixes

0.12.0 (2024-09-06)

⚠ BREAKING CHANGES

  • standardize flavors, bundle dir and ghcr namespace (#933)
  • api: initial integration of registry1 api flavor (#920)

Features

  • add RAG Evals Runner and Needle in a Haystack Evaluation (#945) (c191b54)
  • api: adds migration for tracking vector store indexing status (#830) (eee3ed7)
  • api: initial integration of registry1 api flavor (#920) (a8e93fb)
  • ui: chat completion with files (#951) (020dc07)
  • ui: persist file upload status (#967) (cb0650d)
  • ui: refresh token early (#922) (4f0449d)

Bug Fixes

  • api: search vectorstore using only last message (#939) (8a1d61e)
  • correct fsGroup configuration in various deployments (#974) (86766db)
  • run on thread containing an assistant without files (#995) (1072654)
  • ui: csp prevents iframe content from showing (ff71c56)
  • ui: file upload data shows 1970 (#941) (1a80646)
  • ui: playwright logout causes others to fail (#923) (464ddbd)
  • vllm: initializes dictionary entry prior to usage (#959) (d0e09cf)

Miscellaneous

  • add logger configuration to our various main entrypoints (#918) (03bf0fd)
  • api: add background task for processing vectors (#942) (5f259f1)
  • commitlint and labelint workflows (#931) (186a92c)
  • deps: pin all python deps and standardize pyprojects (#929) (af74924)
  • docs: markdown linting and improved documentation (#902) (046a466)
  • pin python dependencies in root pyproject (#958) (cef1535)
  • release 0.12.0 (#993) (547988f)
  • rename indexing_status migration version (#996) (c39ff94)
  • standardize flavors, bundle dir and ghcr namespace (#933) (985642a)
  • supabase: enable realtime for the file_objects table (#985) (38e9705)
  • supabase: fix supabase-realtime (#855) (b1ee076)
  • tests: Conformance testing templates (#910) (b9f8d6a)
  • ui: add test for assistant with no files (#997) (d9b9361)
  • ui: use keycloak for e2es in workflow (#909) (cdd3e61)
  • Update CODEOWNERS (#971) (ae203b6)
  • update release workflow trigger type (#988) (ce4952b)

0.11.0 (2024-08-16)

Features

  • ui: 663- skeleton text for assistant responses (#898) (a4b0e1b)
  • ui: 669-annotations (#908) (9d14dbf)
  • ui: download files (0ff7aa7)
  • ui: settings/profile header btn re-design (941da3a)

Bug Fixes

  • api: Adds migration to prevent null metadata messages (#895) (44aafca)
  • api: Fix invalid nltk reference and bug (#914) (6e3e5b8)
  • api: Updates unstructured to fix punkt_tab issue (#905) (67a05bb)
  • batch requests to the CreateEmbedding stub (#887) (8ed4328)
  • Remove explicit requests install (#906) (863e9d6)
  • ui: CSP (#913) (b83ef04)

Miscellaneous

  • add default GH PR workflow triggers to test workflows (#892) (c418a4c)
  • Bumps all the uds core versions to 0.25.0 and updates deployment docs (#874) (6ca39f1)
  • Remove "review_requested" as trigger to prevent unintentional test re-runs (4c20d9e)
  • ui: content security policy (#903) (c2d2262)
  • ui: improve reliability of playwright test in workflow (29703cb)
  • ui: improve sveltekit store mocking (90bef05)
  • ui: typescript updates and fix rag e2e tests (#883) (8cd3011)

0.10.0 (2024-08-02)

⚠ BREAKING CHANGES

  • api: updating api endpoints (#817)

Features

  • backend: add k3d gpu image builder (#797) (4504085)
  • backend: nvidia runtimeclass (#787) (106997d)
  • silent parallel make targets for build and deployment (#824) (681aafd)
  • ui: remove carbon and replace with Flowbite (#862) (921a864)

Bug Fixes

  • api: fix indexing files with api key auth (#852) (c4d9c3f)
  • helm template evluation for whisper GPU_REQUEST envvar (#859) (5320890)
  • make errors when supabase is unavailable (#814) (976635c)
  • ui: logout (#849) (f71af5d)
  • ui: playwright login without keycloak (#833) (fd1e3dd)
  • whisper: Including missing cuda dependencies required for GPU runtimes (2aba4af)

Miscellaneous

  • api: Adds API load testing (#801) (67b9755)
  • api: Indexing performance improvements (#799) (e679ad2)
  • api: updating api endpoints (#817) (6ff292f)
  • deps: bump torch from 2.1.2 to 2.2.0 in /packages/text-embeddings (#831) (22c75cb)
  • make python test dependencies optional (#815) (89ff0a6)
  • optimize vLLM Dockerfile to reduce layer sizes (#805) (0fec864)
  • release 0.10.0 (#864) (7e6f574)
  • Remove model weights from container images (#786) (33e4efb)
  • restrict daemonset to cuda compute, utility (#836) (4bf9124)
  • set kong service to default to cluster IP (#857) (08f1d10)
  • split e2e tests into multiple workflows (#808) (c993ad5)
  • Update defenseunicorns/zarf to zarf-dev/zarf (#832) (cc18cea)
  • update release workflow to install necessary python deps (#867) (1e667a4)
  • whisper: Pass through variables down to whisper (#840) (4e8092a)

0.9.2 (2024-07-19)

Bug Fixes

  • address Docker warning about case mismatch between 'as' and 'from'. (#780) (a72bc94)
  • disable forceRun for supabase jwt generation (#806) (eb9b1e0)

Miscellaneous

  • supabase: Increases supabase-storage file size and makes it configurable (#775) (0c01f36)

0.9.1 (2024-07-15)

Bug Fixes

  • fix references to architectures across various Dockerfiles (#779) (eb3b77d)

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)

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)

0.7.2 (2024-05-15)

Bug Fixes

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

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)

0.7.0 (2024-05-14)

Features

Bug Fixes

Miscellaneous

  • 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)

0.6.1 (2024-04-12)

Features

Bug Fixes

  • fix: remove hardcoded gpu request value by @YrrepNoj in #386

Miscellaneous

  • chore: update version refs to 0.6.1 by @YrrepNoj in #389

0.6.0 (2024-04-12)

Features

Bug Fixes

Miscellaneous