Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Nov 13, 2024
2 parents 1db85cf + c343776 commit 3c0ce39
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
6 changes: 5 additions & 1 deletion integrations/nvidia/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

_MODEL_ENDPOINT_MAP = {
"nvidia/nv-rerankqa-mistral-4b-v3": "https://ai.api.nvidia.com/v1/retrieval/nvidia/nv-rerankqa-mistral-4b-v3/reranking",
"nvidia/llama-3.2-nv-rerankqa-1b-v1": "https://ai.api.nvidia.com/v1/retrieval/nvidia/llama-3_2-nv-rerankqa-1b-v1/reranking",
}


Expand Down
6 changes: 6 additions & 0 deletions integrations/weaviate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [integrations/weaviate-v4.0.2] - 2024-11-13

### 🐛 Bug Fixes

- Dependency for weaviate document store (#1186)

## [integrations/weaviate-v4.0.1] - 2024-11-11

## [integrations/weaviate-v4.0.0] - 2024-10-18
Expand Down
3 changes: 1 addition & 2 deletions integrations/weaviate/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ classifiers = [
dependencies = [
"haystack-ai",
"weaviate-client>=4.9",
"haystack-pydoc-tools",
"python-dateutil",
]

Expand All @@ -48,7 +47,7 @@ git_describe_command = 'git describe --tags --match="integrations/weaviate-v[0-9

[tool.hatch.envs.default]
installer = "uv"
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython"]
dependencies = ["coverage[toml]>=6.5", "pytest", "pytest-rerunfailures", "ipython", "haystack-pydoc-tools"]
[tool.hatch.envs.default.scripts]
test = "pytest {args:tests}"
test-cov = "coverage run -m pytest {args:tests}"
Expand Down

0 comments on commit 3c0ce39

Please sign in to comment.