diff --git a/infra/main.bicep b/infra/main.bicep index 6c29854..b1fd964 100644 --- a/infra/main.bicep +++ b/infra/main.bicep @@ -209,7 +209,7 @@ module app 'core/host/container-app.bicep' = { name: '${environmentName}-app' location: location identityType: 'SystemAssigned' - imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:aa7ab61b192a35e944e490e9f0cd2591ee2fcd58' + imageName: 'ghcr.io/aymenfurter/smartrag/smartrag:d45943ddec0fcbcd1d24d529349993034e1f9c8e' tags: { 'azd-service-name': 'app' } containerAppsEnvironmentName: containerApps.outputs.environmentName env: [ diff --git a/infrastructure/deployment.json b/infrastructure/deployment.json index d40970d..6bc7a71 100644 --- a/infrastructure/deployment.json +++ b/infrastructure/deployment.json @@ -757,7 +757,7 @@ "value": "SystemAssigned" }, "imageName": { - "value": "ghcr.io/aymenfurter/smartrag/smartrag:aa7ab61b192a35e944e490e9f0cd2591ee2fcd58" + "value": "ghcr.io/aymenfurter/smartrag/smartrag:d45943ddec0fcbcd1d24d529349993034e1f9c8e" }, "tags": { "value": { diff --git a/requirements.txt b/requirements.txt index d910036..77dbe3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ tenacity flask-socketio gunicorn gevent -graphrag==0.1.1 +graphrag==0.2.0 pandas adlfs fsspec @@ -26,4 +26,4 @@ azure-data-tables flask[async] gevent-websocket asgiref -nest_asyncio \ No newline at end of file +nest_asyncio