Skip to content

Commit

Permalink
upgrade: service v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
demetrio.marino committed Feb 7, 2025
1 parent 41cf3dc commit 7f371c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.5.3 - 2025-02-07

### Fixed

- Version `0.5.2` included an error with the `mdx` files for embedding generation from `generateFromFile` API. This has been fixed.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ LABEL maintainer="%CUSTOM_PLUGIN_CREATOR_USERNAME%" \
name="ai-rag-template" \
description="%CUSTOM_PLUGIN_SERVICE_DESCRIPTION%" \
eu.mia-platform.url="https://www.mia-platform.eu" \
eu.mia-platform.version="0.5.2"
eu.mia-platform.version="0.5.3"

USER python

Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def create_app(context: AppContext) -> FastAPI:
openapi_url="/documentation/json",
redoc_url=None,
title="ai-rag-template",
version="0.5.2"
version="0.5.3"
)

app.add_middleware(AppContextMiddleware, app_context=context)
Expand Down

0 comments on commit 7f371c7

Please sign in to comment.