- Add nvidia latest embedding models (#1364)
- Client Reject Incompatible models (#1056)
- Base url validation fix and cleanup (#1349)
- Feat: add nv-rerank-qa-mistral-4b:1 reranker (#1278)
- Improvements to NvidiaRanker and adding user input timeout (#1193)
- Add model
nvidia/llama-3.2-nv-rerankqa-1b-v2
to_MODEL_ENDPOINT_MAP
(#1260)
- Fix linting/isort (#1215)
- Fixes to NvidiaRanker (#1191)
- 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)
- Lints in
nvidia-haystack
(#993) - Missing Nvidia embedding truncate mode (#1043)
- Remove deprecated Nvidia Cloud Functions backend and related code. (#803)
- Update Nvidia API docs (#1031)
- Do not retry tests in
hatch run test
command (#954)
- Retry tests to reduce flakyness (#836)
- Adopt uv as installer (#1142)
- Update ruff invocation to include check parameter (#853)
- Update ruff linting scripts and settings (#1105)
- 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 totest-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)
- Update docstrings of Nvidia integrations (#599)
- Add generate docs to Nvidia workflow (#603)
- 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)
- Disable-class-def (#556)
- Make tests show coverage (#566)
- Add NIM backend support (#597)
- Add
NvidiaTextEmbedder
,NvidiaDocumentEmbedder
and co. (#537)
nvidia-haystack
- Handle non-strict env var secrets correctly (#543)
- Add
NvidiaGenerator
(#557) - Add missing import in NvidiaGenerator docstring (#559)
- Add Nvidia integration scaffold (#515)