From c3437763e7c80e11e9ed8678f1b235353a316781 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Wed, 13 Nov 2024 10:18:34 +0000 Subject: [PATCH] Update the changelog --- integrations/nvidia/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/integrations/nvidia/CHANGELOG.md b/integrations/nvidia/CHANGELOG.md index f66536fe5..75b31d033 100644 --- a/integrations/nvidia/CHANGELOG.md +++ b/integrations/nvidia/CHANGELOG.md @@ -1,15 +1,17 @@ # Changelog -## [unreleased] +## [integrations/nvidia-v0.1.0] - 2024-11-13 ### 🚀 Features - Update default embedding model to nvidia/nv-embedqa-e5-v5 (#1015) - Add NVIDIA NIM ranker support (#1023) +- Raise error when attempting to embed empty documents/strings with Nvidia embedders (#1118) ### 🐛 Bug Fixes - Lints in `nvidia-haystack` (#993) +- Missing Nvidia embedding truncate mode (#1043) ### 🚜 Refactor @@ -27,6 +29,8 @@ - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +- Update ruff linting scripts and settings (#1105) +- Adopt uv as installer (#1142) ### Docs