Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
HaystackBot committed Jan 2, 2025
1 parent bbf7417 commit fed2743
Showing 1 changed file with 49 additions and 4 deletions.
53 changes: 49 additions & 4 deletions integrations/nvidia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
# Changelog

## [integrations/nvidia-v0.1.3] - 2025-01-02

### 🚀 Features

- Improvements to NvidiaRanker and adding user input timeout (#1193)
- Add model `nvidia/llama-3.2-nv-rerankqa-1b-v2` to `_MODEL_ENDPOINT_MAP` (#1260)

### 🧹 Chores

- Fix linting/isort (#1215)


## [integrations/nvidia-v0.1.1] - 2024-11-14

### 🐛 Bug Fixes

- Fixes to NvidiaRanker (#1191)


## [integrations/nvidia-v0.1.0] - 2024-11-13

### 🚀 Features
Expand All @@ -31,33 +44,56 @@

- Do not retry tests in `hatch run test` command (#954)

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Retry tests to reduce flakyness (#836)
- Adopt uv as installer (#1142)

### 🧹 Chores

- Update ruff invocation to include check parameter (#853)
- Update ruff linting scripts and settings (#1105)
- Adopt uv as installer (#1142)

### Docs
### 🌀 Miscellaneous

- Fix: make hosted nim default (#734)
- Fix: align tests and docs on NVIDIA_API_KEY (instead of NVIDIA_CATALOG_API_KEY) (#731)
- Ci: install `pytest-rerunfailures` where needed; add retry config to `test-cov` script (#845)
- Raise warning for base_url ../embeddings .../completions .../rankings (#922)
- Update NvidiaGenerator docstrings (#966)
- Add default model for NVIDIA HayStack local NIM endpoints (#915)
- Feat: add nvidia/llama-3.2-nv-rerankqa-1b-v1 to set of known ranking models (#1183)

## [integrations/nvidia-v0.0.3] - 2024-05-22

### 📚 Documentation

- Update docstrings of Nvidia integrations (#599)

### ⚙️ Miscellaneous Tasks
### ⚙️ CI

- Add generate docs to Nvidia workflow (#603)

### 🌀 Miscellaneous

- Remove references to Python 3.7 (#601)
- Chore: add license classifiers (#680)
- Chore: change the pydoc renderer class (#718)
- Update Nvidia integration to support new endpoints (#701)
- Docs: add missing api references (#728)
- Update _nim_backend.py (#744)

## [integrations/nvidia-v0.0.2] - 2024-03-18

### 📚 Documentation

- Disable-class-def (#556)

### 🌀 Miscellaneous

- Make tests show coverage (#566)
- Add NIM backend support (#597)

## [integrations/nvidia-v0.0.1] - 2024-03-07

### 🚀 Features
Expand All @@ -68,6 +104,15 @@

- `nvidia-haystack`- Handle non-strict env var secrets correctly (#543)

### 🌀 Miscellaneous

- Add `NvidiaGenerator` (#557)
- Add missing import in NvidiaGenerator docstring (#559)

## [integrations/nvidia-v0.0.0] - 2024-03-01

### 🌀 Miscellaneous

- Add Nvidia integration scaffold (#515)

<!-- generated by git-cliff -->

0 comments on commit fed2743

Please sign in to comment.