From fc75442fee33499cc02d2dd850a91aa56108bad0 Mon Sep 17 00:00:00 2001 From: Emanuele Ferrelli Date: Fri, 5 Dec 2025 15:57:06 +0100 Subject: [PATCH] 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"