@@ -104,11 +104,29 @@ Expose the app with an external route and have fun.
104104
105105=== Running the workshop
106106
107- - Review the https://www.alphavantage.co/query?function=OVERVIEW&symbol=IBM&apikey=demo[IBM stock symbol json] to
108- explain the use case.
109- - Review the dataflow diagram to explain the workflow.
110- - Review the architecture diagram to explain the Openshift services.
111- - Run the `rag` application.
107+ ==== Understanding the Use case
108+
109+ Let's get started by having a look at the example
110+ https://www.alphavantage.co/query?function=OVERVIEW&symbol=IBM&apikey=demo[IBM stock symbol json] to
111+ explain the use case. Each json formatted data record includes the stock symbol, a company
112+ name, a short description followed by a number of financial metrics. Imagine that you have been given
113+ this data and are asked to write up a financial summary. This sounds like a typical task that a financial
114+ analyist may be asked to perform and at first glance seems straight forward but the data is not
115+ structured in a way that is easy to understand. Some of the data is represented as currency while
116+ others are represented as ratios, percentages, dates and so on. The task becomes more challenging and time
117+ consuming when more than one company must be analyzed not to mentioned that the data is semi-realtime
118+ and could change several times day. This is where AI can help. In this workshop, we will make use of a vector
119+ database and an LLM to give the analyst a head start on the task at hand.
120+
121+ ==== Review the dataflow diagram to explain the workflow.
122+ TODO
123+
124+ ==== Review the architecture diagram to explain the Openshift services.
125+ TODO
126+
127+ ==== Run the RAG application.
128+ TODO
129+
112130 * Try different search terms and see how the results change.
113131 * Vary the limits and see the different number of returned results.
114132 * Try different LLM prompts.
0 commit comments