Skip to content

rh-rad-ai-roadshow/parasol-insurance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parasol Insurance

A Quarkus + React AI app for managing fictitious insurance claims. Uses Quarkus Quinoa under the covers.

App

Pre-requisites

To Configure on InstructLab instance of Red Hat Demo Platform

You can execute this to install the parasol app on the InstructLab instance for Red Hat Demo Platform.

Configuration

You can change the coordinates (host/port and other stuff) for the LLM and backend in app/src/main/resources/application.properties.

Running

First, get your inference server up and running. For example, with InstructLab, the default after running ilab serve is that the server is listening on localhost:8000. This is the default for this app as well.

Then:

cd app;
./mvnw clean quarkus:dev

App will open on http://0.0.0.0:8005.

Open the app, click on a claim, click on the chat app, and start asking questions. The context of the claim is sent to the LLM along with your Query, and the response is shown in the chat (it may take time depending on your machine's performance).