Tag: Data Plotting
-
Create a Histogram
In this example we ask VerbaGPT to produce a plot. We use a comma-separate-value (csv) data source, and use the well known “Abalone” dataset . This dataset has a column called Rings, which is a proxy for the age of Aabalones (a type of mollusk). Video: User question: give me a histogram for rings, color…
-
SQL Joins + Plot
In this example we ask VerbaGPT a plotting question that requires a non-trivial SQL query. Video of VerbaGPT in action: User question: Give me a bar plot of sales, by album, of U2 VerbaGPT response: Cost of query: $0.00 Answer: VerbaGPT identified the correct database (“Chinook”), identified relevant tables, performed the necessary joins and answered…
-
Basic Plot
In this example we ask VerbaGPT to produce a simple plot. Video: Coming soon… User question: Give me a histogram for Rings. VerbaGPT response: Cost of query: $0.00 Answer: VerbaGPT answered the question correctly. Since VerbaGPT comes with an embedding framework, it did not have to be told which database (i.e., Db_Test_01*) to look into,…