Skip to content

Commit

Permalink
Merge branch 'main' into feat/pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsDemetrio authored Dec 18, 2024
2 parents e32e384 + 5748bac commit 1f8c4fc
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.4.0 - 2024-12-18

- updated dependencies (FastAPI, Langchain, OpenAI)

### Added
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.3.1"
eu.mia-platform.version="0.4.0"

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.3.1"
version="0.4.0"
)

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

0 comments on commit 1f8c4fc

Please sign in to comment.