From 73b74a86b95f3bbda50cac0197ab0e32080db724 Mon Sep 17 00:00:00 2001 From: HaystackBot Date: Wed, 28 Aug 2024 14:56:36 +0000 Subject: [PATCH] Update the changelog --- integrations/nvidia/CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/integrations/nvidia/CHANGELOG.md b/integrations/nvidia/CHANGELOG.md index a00c913d2..f66536fe5 100644 --- a/integrations/nvidia/CHANGELOG.md +++ b/integrations/nvidia/CHANGELOG.md @@ -2,15 +2,36 @@ ## [unreleased] +### ๐Ÿš€ Features + +- Update default embedding model to nvidia/nv-embedqa-e5-v5 (#1015) +- Add NVIDIA NIM ranker support (#1023) + +### ๐Ÿ› Bug Fixes + +- Lints in `nvidia-haystack` (#993) + ### ๐Ÿšœ Refactor - Remove deprecated Nvidia Cloud Functions backend and related code. (#803) +### ๐Ÿ“š Documentation + +- Update Nvidia API docs (#1031) + +### ๐Ÿงช Testing + +- Do not retry tests in `hatch run test` command (#954) + ### โš™๏ธ Miscellaneous Tasks - Retry tests to reduce flakyness (#836) - Update ruff invocation to include check parameter (#853) +### Docs + +- Update NvidiaGenerator docstrings (#966) + ## [integrations/nvidia-v0.0.3] - 2024-05-22 ### ๐Ÿ“š Documentation