Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(ragbits-core): update to v0.6.0 #263

Merged
merged 2 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions packages/ragbits-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## 0.6.0 (2024-12-27)

### Added

- Better error handling when dynamic importing fails in the CLI (#259).
- Add option to choose what columns to display in the output (#257).

### Changed

- ragbits-core updated to version v0.6.0

## 0.5.1 (2024-12-09)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-cli"
version = "0.5.1"
version = "0.6.0"
description = "A CLI application for ragbits - building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["typer>=0.12.5", "ragbits-core==0.5.1"]
dependencies = ["typer>=0.12.5", "ragbits-core==0.6.0"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
10 changes: 9 additions & 1 deletion packages/ragbits-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

## Unreleased

## 0.6.0 (2024-12-27)

### Added

- Add option to pass LiteLLM router to LLM instances (#262).
- Add commands to browse vector stores (#244).

### Changed

- Feat: Implement generic Options class (#248).
- Implement generic Options class (#248).
- Fix LiteLLM crash in python 3.13 (#245).

## 0.5.1 (2024-12-09)

Expand Down
2 changes: 1 addition & 1 deletion packages/ragbits-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-core"
version = "0.5.1"
version = "0.6.0"
description = "Building blocks for rapid development of GenAI applications"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-document-search/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.6.0 (2024-12-27)

### Changed

- ragbits-core updated to version v0.6.0

## 0.5.1 (2024-12-09)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-document-search/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-document-search"
version = "0.5.1"
version = "0.6.0"
description = "Document Search module for Ragbits"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["unstructured>=0.16.9", "unstructured-client>=0.26.0", "pdf2image>=1.17.0", "ragbits-core==0.5.1"]
dependencies = ["unstructured>=0.16.9", "unstructured-client>=0.26.0", "pdf2image>=1.17.0", "ragbits-core==0.6.0"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-evaluate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.6.0 (2024-12-27)

### Changed

- ragbits-core updated to version v0.6.0

## 0.5.1 (2024-12-09)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-evaluate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-evaluate"
version = "0.5.1"
version = "0.6.0"
description = "Evaluation module for Ragbits components"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -32,7 +32,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["hydra-core~=1.3.2", "neptune~=1.12.0", "optuna==4.0.0", "distilabel==1.4.1", "ragbits-core==0.5.1"]
dependencies = ["hydra-core~=1.3.2", "neptune~=1.12.0", "optuna==4.0.0", "distilabel==1.4.1", "ragbits-core==0.6.0"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
6 changes: 6 additions & 0 deletions packages/ragbits-guardrails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.6.0 (2024-12-27)

### Changed

- ragbits-core updated to version v0.6.0

## 0.5.1 (2024-12-09)

### Changed
Expand Down
4 changes: 2 additions & 2 deletions packages/ragbits-guardrails/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits-guardrails"
version = "0.5.1"
version = "0.6.0"
description = "Guardrails module for Ragbits components"
readme = "README.md"
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ragbits-core==0.5.1"]
dependencies = ["ragbits-core==0.6.0"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand Down
16 changes: 16 additions & 0 deletions packages/ragbits/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

## Unreleased

## 0.6.0 (2024-12-27)

### Changed

- ragbits-cli updated to version v0.6.0
- Better error handling when dynamic importing fails in the CLI (#259).
- Add option to choose what columns to display in the output (#257).
- ragbits-core updated to version v0.6.0
- Add option to pass LiteLLM router to LLM instances (#262).
- Add commands to browse vector stores (#244).
- Implement generic Options class (#248).
- Fix LiteLLM crash in python 3.13 (#245).
- ragbits-document-search updated to version v0.6.0
- ragbits-evaluate updated to version v0.6.0
- ragbits-guardrails updated to version v0.6.0

## 0.5.1 (2024-12-09)

### Changed
Expand Down
6 changes: 3 additions & 3 deletions packages/ragbits/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ragbits"
version = "0.5.1"
version = "0.6.0"
description = "Building blocks for rapid development of GenAI applications"
dynamic = ["readme"]
requires-python = ">=3.10"
Expand Down Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = ["ragbits-document-search==0.5.1", "ragbits-cli==0.5.1", "ragbits-evaluate==0.5.1", "ragbits-guardrails==0.5.1", "ragbits-core==0.5.1"]
dependencies = ["ragbits-document-search==0.6.0", "ragbits-cli==0.6.0", "ragbits-evaluate==0.6.0", "ragbits-guardrails==0.6.0", "ragbits-core==0.6.0"]

[project.urls]
"Homepage" = "https://github.com/deepsense-ai/ragbits"
Expand All @@ -58,7 +58,7 @@ local = [
"numpy~=1.26.0"
]
openai = [
"openai~=1.51.0",
"openai~=1.57.3",
]
otel = [
"opentelemetry-api~=1.27.0",
Expand Down
14 changes: 7 additions & 7 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading