Skip to content

Commit c851398

Browse files
committed
switch to Parasol Insurance
Fixes #61
1 parent 3b02cb4 commit c851398

6 files changed

+9
-9
lines changed

bootstrap/ic-rhoai-configuration/workbench-imagestream.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ metadata:
44
annotations:
55
opendatahub.io/notebook-image-creator: admin
66
opendatahub.io/notebook-image-desc: >-
7-
Jupyter notebook image with all the libraries needed for the OpenShift AI Insurance Claim Lab.
8-
opendatahub.io/notebook-image-name: CUSTOM - Insurance Claim Processing Lab Workbench
7+
Jupyter notebook image with all the libraries needed for the OpenShift AI Parasol Insurance Lab.
8+
opendatahub.io/notebook-image-name: CUSTOM - Parasol Insurance Claim Processing Lab Workbench
99
opendatahub.io/notebook-image-order: "01"
1010
opendatahub.io/notebook-image-url: >-
1111
https://github.com/rh-aiservices-bu/parasol-insurance/tree/main/bootstrap/workbench-image

bootstrap/ic-shared-database/sql-script-configmap.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ data:
269269
270270
INSERT INTO claims.claims (claim_number, category, policy_number, client_name, subject, body, summary, location, time, sentiment)
271271
VALUES ('CLM52125', 'Multiple vehicle', 'AC-418324', 'Saul Goodman', 'Where is My Money? Urgent Attention Needed for My Car Accident Claim', '
272-
Dear Stoneheart Insurance Claims Department,
272+
Dear Parasol Insurance Claims Department,
273273
274274
I am absolutely *thrilled* (read: infuriated) to be writing yet another heartfelt missive to the void that is your customer service. My recent car accident claim has vanished into the ether, much like my patience and the professionalism I expected from your company. How about we resolve this before the next ice age?
275275
@@ -287,15 +287,15 @@ data:
287287
288288
Attach: Police Report No. 12345, Photos of the Incident, Documented Calls and Emails
289289
',
290-
'The text is a letter from a customer named Saul Goodman to the Stoneheart Insurance Claims Department regarding an unresolved car accident claim. The incident occurred on March 28, 2023, at the intersection of 5th Avenue and Main St in Springfield, where Saul''s car was hit by another vehicle that ran a red light. He is frustrated with the lack of progress on his claim, which has been ongoing for over two weeks. Saul demands a thorough review and update within 24 hours, threatening further actions if his request is not met. He attaches relevant documents, including a police report, photos of the incident, and records of calls and emails, to support his claim.',
290+
'The text is a letter from a customer named Saul Goodman to the Parasol Insurance Claims Department regarding an unresolved car accident claim. The incident occurred on March 28, 2023, at the intersection of 5th Avenue and Main St in Springfield, where Saul''s car was hit by another vehicle that ran a red light. He is frustrated with the lack of progress on his claim, which has been ongoing for over two weeks. Saul demands a thorough review and update within 24 hours, threatening further actions if his request is not met. He attaches relevant documents, including a police report, photos of the incident, and records of calls and emails, to support his claim.',
291291
'The event the claim is related to happened at the intersection of 5th Avenue and Main St in Springfield.',
292292
'The car accident described in the text occurred on March 28, 2023, at around 4:15 PM.',
293293
'The sentiment of the person sending this claim is one of frustration and urgency. They are expressing dissatisfaction with the delay in processing their car accident claim and threatening further action if it is not resolved promptly.'
294294
);
295295
296296
INSERT INTO claims.claims (claim_number, category, policy_number, client_name, subject, body, summary, location, time, sentiment)
297297
VALUES ('CLM605208', 'Multiple vehicle', 'AC-768901', 'Tyrion Lannister', 'Urgent Claim Review Required: Collision in King''s Landing', '
298-
Dear Westeros Insurance Claims Department,
298+
Dear Parasol Insurance Claims Department,
299299
300300
This correspondence is from Tyrion Lannister, currently not in a tavern but rather dealing with the aftermath of an unpleasant vehicular incident. As a man known for resolving conflicts, I find myself ironically embroiled in one that requires your immediate attention.
301301

bootstrap/ic-user-projects/create-projects-and-resources-job.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ spec:
328328
metadata:
329329
annotations:
330330
notebooks.opendatahub.io/inject-oauth: 'true'
331-
opendatahub.io/image-display-name: CUSTOM - Insurance Claim Processing Lab Workbench
331+
opendatahub.io/image-display-name: CUSTOM - Parasol Insurance Claim Processing Lab Workbench
332332
notebooks.opendatahub.io/oauth-logout-url: >-
333333
$DASHBOARD_ROUTE/projects/$USER_PROJECT?notebookLogout=$WORKBENCH_NAME
334334
opendatahub.io/accelerator-name: ''

bootstrap/ic-user-projects/create-projects-and-resources.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ kind: Notebook
295295
metadata:
296296
annotations:
297297
notebooks.opendatahub.io/inject-oauth: 'true'
298-
opendatahub.io/image-display-name: CUSTOM - Insurance Claim Processing Lab Workbench
298+
opendatahub.io/image-display-name: CUSTOM - Parasol Insurance Claim Processing Lab Workbench
299299
notebooks.opendatahub.io/oauth-logout-url: >-
300300
$DASHBOARD_ROUTE/projects/$USER_PROJECT?notebookLogout=$WORKBENCH_NAME
301301
opendatahub.io/accelerator-name: ''

bootstrap/ic-user-projects/tools/check-and-recreate-projects.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ kind: Notebook
318318
metadata:
319319
annotations:
320320
notebooks.opendatahub.io/inject-oauth: 'true'
321-
opendatahub.io/image-display-name: CUSTOM - Insurance Claim Processing Lab Workbench
321+
opendatahub.io/image-display-name: CUSTOM - Parasol Insurance Claim Processing Lab Workbench
322322
notebooks.opendatahub.io/oauth-logout-url: >-
323323
$DASHBOARD_ROUTE/projects/$USER_PROJECT?notebookLogout=$WORKBENCH_NAME
324324
opendatahub.io/accelerator-name: ''

bootstrap/ic-user-projects/tools/create-single-user-project.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ kind: Notebook
292292
metadata:
293293
annotations:
294294
notebooks.opendatahub.io/inject-oauth: 'true'
295-
opendatahub.io/image-display-name: CUSTOM - Insurance Claim Processing Lab Workbench
295+
opendatahub.io/image-display-name: CUSTOM - Parasol Insurance Claim Processing Lab Workbench
296296
notebooks.opendatahub.io/oauth-logout-url: >-
297297
$DASHBOARD_ROUTE/projects/$USER_PROJECT?notebookLogout=$WORKBENCH_NAME
298298
opendatahub.io/accelerator-name: ''

0 commit comments

Comments
 (0)