From 65b5118abadef916da65d603c94ad11617b58b0e Mon Sep 17 00:00:00 2001 From: TheDude Date: Tue, 29 Oct 2024 15:29:12 +0530 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49c47b1e3..01acf553a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix existing templates - Add optional data insert to `Table` - Make Lance vector searcher as plugin. +- Remove job dependencies from job metadata #### New Features & Functionality @@ -77,6 +78,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updated llm_finetuning template - Add sql table length exceed limit and uuid truncation. - Add ci workflow to test templates +- Add deploy flag in model. #### Bug Fixes