Skip to content

Commit 7a65b92

Browse files
authored
Updating to v0.1.4-alpha (#1325)
* Updating to v0.1.4-alpha * Fixing link * Updating .lock files
1 parent 3beab35 commit 7a65b92

File tree

12 files changed

+15
-15
lines changed

12 files changed

+15
-15
lines changed

docs/source/user-guides/llm-as-judge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ of view, these look like just other evaluation metrics that can be specified via
88
At the present time LLM-as-judge metrics are only available via API, but we are planning to make them available in the UI soon. As soon as they are, you'll be able to add them to your evaluations just as any other metric.
99
```
1010

11-
By default, [DeepEval uses gpt-4o](https://docs.confident-ai.com/integrations/model-openai) to power all of
11+
By default, [DeepEval uses gpt-4o](https://www.deepeval.com/integrations/models/openai) to power all of
1212
its evaluation metrics. It is however possible to use self-hosted models as an alternative, and we'll show
1313
you how in this guide.
1414

infra/helm/lumigator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.3-alpha"
24+
appVersion: "v0.1.4-alpha"
2525

2626
dependencies:
2727
- name: backend

infra/helm/lumigator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Mozilla.ai Lumigator Helm chart
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.3-alpha](https://img.shields.io/badge/Version-v0.1.3--alpha-informational?style=flat-square)
3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.4-alpha](https://img.shields.io/badge/Version-v0.1.4--alpha-informational?style=flat-square)
44

55
This Helm chart is the official way to deploy Lumigator in cloud environments with Kubernetes.
66

infra/helm/lumigator/charts/backend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.3-alpha"
24+
appVersion: "v0.1.4-alpha"
2525

2626
dependencies:
2727
- name: postgresql

infra/helm/lumigator/charts/frontend/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.1.3-alpha"
24+
appVersion: "v0.1.4-alpha"

lumigator/backend/backend/tests/unit/test_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ def test_backend_version():
105105
"""Test to ensure we know the current backend version."""
106106
from backend.settings import settings
107107

108-
assert settings.VERSION == "0.1.3-alpha"
108+
assert settings.VERSION == "0.1.4-alpha"

lumigator/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "backend"
3-
version = "0.1.3-alpha"
3+
version = "0.1.4-alpha"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"

lumigator/backend/uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lumigator/schemas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lumigator-schemas"
3-
version = "0.1.3-alpha"
3+
version = "0.1.4-alpha"
44
description = "Schemas used for REST API communication"
55
readme = "README.md"
66
requires-python = ">=3.11"

lumigator/schemas/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)