We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a221ad5 commit c343776Copy full SHA for c343776
integrations/nvidia/CHANGELOG.md
@@ -1,15 +1,17 @@
1
# Changelog
2
3
-## [unreleased]
+## [integrations/nvidia-v0.1.0] - 2024-11-13
4
5
### 🚀 Features
6
7
- Update default embedding model to nvidia/nv-embedqa-e5-v5 (#1015)
8
- Add NVIDIA NIM ranker support (#1023)
9
+- Raise error when attempting to embed empty documents/strings with Nvidia embedders (#1118)
10
11
### 🐛 Bug Fixes
12
13
- Lints in `nvidia-haystack` (#993)
14
+- Missing Nvidia embedding truncate mode (#1043)
15
16
### 🚜 Refactor
17
@@ -27,6 +29,8 @@
27
29
28
30
- Retry tests to reduce flakyness (#836)
31
- Update ruff invocation to include check parameter (#853)
32
+- Update ruff linting scripts and settings (#1105)
33
+- Adopt uv as installer (#1142)
34
35
### Docs
36
0 commit comments