From a0067a6e99d9d249359339b87395ae3e38e36d93 Mon Sep 17 00:00:00 2001 From: Guillaume Moutier Date: Tue, 9 Jan 2024 22:08:07 -0500 Subject: [PATCH] change claim automation location --- lab-materials/05/.pipeline-envs | 10 ---------- lab-materials/05/{ => 05-05}/Dockerfile | 0 lab-materials/05/{ => 05-05}/db_utils.py | 0 lab-materials/05/{ => 05-05}/detect_objects.py | 0 lab-materials/05/{ => 05-05}/get_accident_time.py | 0 lab-materials/05/{ => 05-05}/get_claims.py | 0 lab-materials/05/{ => 05-05}/get_location.py | 0 lab-materials/05/{ => 05-05}/get_sentiment.py | 0 lab-materials/05/{ => 05-05}/llm_usage.py | 0 .../05/{ => 05-05}/process_claims.pipeline | 0 lab-materials/05/{ => 05-05}/process_image.py | 0 lab-materials/05/{ => 05-05}/requirements.txt | 0 lab-materials/05/{ => 05-05}/summarize_text.py | 0 .../05/{ => 05-05}/templates/location_template.txt | 0 .../05/{ => 05-05}/templates/sentiment_template.txt | 0 .../05/{ => 05-05}/templates/summary_template.txt | 0 .../05/{ => 05-05}/templates/time_template.txt | 0 lab-materials/05/{ => 05-05}/test_image.jpg | Bin 18 files changed, 10 deletions(-) delete mode 100644 lab-materials/05/.pipeline-envs rename lab-materials/05/{ => 05-05}/Dockerfile (100%) rename lab-materials/05/{ => 05-05}/db_utils.py (100%) rename lab-materials/05/{ => 05-05}/detect_objects.py (100%) rename lab-materials/05/{ => 05-05}/get_accident_time.py (100%) rename lab-materials/05/{ => 05-05}/get_claims.py (100%) rename lab-materials/05/{ => 05-05}/get_location.py (100%) rename lab-materials/05/{ => 05-05}/get_sentiment.py (100%) rename lab-materials/05/{ => 05-05}/llm_usage.py (100%) rename lab-materials/05/{ => 05-05}/process_claims.pipeline (100%) rename lab-materials/05/{ => 05-05}/process_image.py (100%) rename lab-materials/05/{ => 05-05}/requirements.txt (100%) rename lab-materials/05/{ => 05-05}/summarize_text.py (100%) rename lab-materials/05/{ => 05-05}/templates/location_template.txt (100%) rename lab-materials/05/{ => 05-05}/templates/sentiment_template.txt (100%) rename lab-materials/05/{ => 05-05}/templates/summary_template.txt (100%) rename lab-materials/05/{ => 05-05}/templates/time_template.txt (100%) rename lab-materials/05/{ => 05-05}/test_image.jpg (100%) diff --git a/lab-materials/05/.pipeline-envs b/lab-materials/05/.pipeline-envs deleted file mode 100644 index 902512b2..00000000 --- a/lab-materials/05/.pipeline-envs +++ /dev/null @@ -1,10 +0,0 @@ -LLM_ENDPOINT=http://llm.ic-shared-llm.svc.cluster.local:3000 -POSTGRES_HOST=claimdb.ic-shared-db.svc.cluster.local -POSTGRES_DB=claimdb -POSTGRES_USER=claimdb -POSTGRES_PASSWORD=claimdb -POSTGRES_PORT=5432 -DB_S3_ENDPOINT_URL=http://minio.ic-shared-minio.svc.cluster.local:9000 -DB_AWS_ACCESS_KEY_ID=JGH5CgQbxkzTAo5JVWCC -DB_AWS_SECRET_ACCESS_KEY=M9Eb6iILjxTvqh3pGMuD7wIO7kCtiIkQioVX24Xd -IMAGES_BUCKET=claim-images \ No newline at end of file diff --git a/lab-materials/05/Dockerfile b/lab-materials/05/05-05/Dockerfile similarity index 100% rename from lab-materials/05/Dockerfile rename to lab-materials/05/05-05/Dockerfile diff --git a/lab-materials/05/db_utils.py b/lab-materials/05/05-05/db_utils.py similarity index 100% rename from lab-materials/05/db_utils.py rename to lab-materials/05/05-05/db_utils.py diff --git a/lab-materials/05/detect_objects.py b/lab-materials/05/05-05/detect_objects.py similarity index 100% rename from lab-materials/05/detect_objects.py rename to lab-materials/05/05-05/detect_objects.py diff --git a/lab-materials/05/get_accident_time.py b/lab-materials/05/05-05/get_accident_time.py similarity index 100% rename from lab-materials/05/get_accident_time.py rename to lab-materials/05/05-05/get_accident_time.py diff --git a/lab-materials/05/get_claims.py b/lab-materials/05/05-05/get_claims.py similarity index 100% rename from lab-materials/05/get_claims.py rename to lab-materials/05/05-05/get_claims.py diff --git a/lab-materials/05/get_location.py b/lab-materials/05/05-05/get_location.py similarity index 100% rename from lab-materials/05/get_location.py rename to lab-materials/05/05-05/get_location.py diff --git a/lab-materials/05/get_sentiment.py b/lab-materials/05/05-05/get_sentiment.py similarity index 100% rename from lab-materials/05/get_sentiment.py rename to lab-materials/05/05-05/get_sentiment.py diff --git a/lab-materials/05/llm_usage.py b/lab-materials/05/05-05/llm_usage.py similarity index 100% rename from lab-materials/05/llm_usage.py rename to lab-materials/05/05-05/llm_usage.py diff --git a/lab-materials/05/process_claims.pipeline b/lab-materials/05/05-05/process_claims.pipeline similarity index 100% rename from lab-materials/05/process_claims.pipeline rename to lab-materials/05/05-05/process_claims.pipeline diff --git a/lab-materials/05/process_image.py b/lab-materials/05/05-05/process_image.py similarity index 100% rename from lab-materials/05/process_image.py rename to lab-materials/05/05-05/process_image.py diff --git a/lab-materials/05/requirements.txt b/lab-materials/05/05-05/requirements.txt similarity index 100% rename from lab-materials/05/requirements.txt rename to lab-materials/05/05-05/requirements.txt diff --git a/lab-materials/05/summarize_text.py b/lab-materials/05/05-05/summarize_text.py similarity index 100% rename from lab-materials/05/summarize_text.py rename to lab-materials/05/05-05/summarize_text.py diff --git a/lab-materials/05/templates/location_template.txt b/lab-materials/05/05-05/templates/location_template.txt similarity index 100% rename from lab-materials/05/templates/location_template.txt rename to lab-materials/05/05-05/templates/location_template.txt diff --git a/lab-materials/05/templates/sentiment_template.txt b/lab-materials/05/05-05/templates/sentiment_template.txt similarity index 100% rename from lab-materials/05/templates/sentiment_template.txt rename to lab-materials/05/05-05/templates/sentiment_template.txt diff --git a/lab-materials/05/templates/summary_template.txt b/lab-materials/05/05-05/templates/summary_template.txt similarity index 100% rename from lab-materials/05/templates/summary_template.txt rename to lab-materials/05/05-05/templates/summary_template.txt diff --git a/lab-materials/05/templates/time_template.txt b/lab-materials/05/05-05/templates/time_template.txt similarity index 100% rename from lab-materials/05/templates/time_template.txt rename to lab-materials/05/05-05/templates/time_template.txt diff --git a/lab-materials/05/test_image.jpg b/lab-materials/05/05-05/test_image.jpg similarity index 100% rename from lab-materials/05/test_image.jpg rename to lab-materials/05/05-05/test_image.jpg