From 4b4064349f0097604b294240e8815a88b97a1157 Mon Sep 17 00:00:00 2001 From: "Bettin, Francesco" Date: Fri, 19 Sep 2025 11:30:08 +0000 Subject: [PATCH 1/2] Update Docker Base Image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd9c826..2537fa3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM amazoncorretto:21-al2023 +FROM amazoncorretto:21.0.8-al2-generic VOLUME /tmp EXPOSE 8082 From fc75442fee33499cc02d2dd850a91aa56108bad0 Mon Sep 17 00:00:00 2001 From: Emanuele Ferrelli Date: Fri, 5 Dec 2025 15:57:06 +0100 Subject: [PATCH 2/2] Update app.properties --- src/main/resources/application.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index b1b0840..e891ef9 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -19,6 +19,12 @@ spring: jwt: issuer-uri: https://sts.windows.net/e0793d39-0939-496d-b129-198edd916feb/ ai: + retry: + max-attempts: 3 + backoff: + initial-interval: 1000 + multiplier: 2 + max-interval: 10000 azure: openai: endpoint: "https://ai-olympus-new.openai.azure.com/" @@ -28,8 +34,8 @@ spring: vectorstore: chroma: client: - host: "http://128.251.239.194" - port: "8000" + host: "http://108.142.36.18" + port: "80" key-token: "BxZWXFXC4UMSxamf5xP5SioGIg3FPfP7" initialize-schema: "true" collection-name: "olympus"