plano/demos/getting_started/weather_forecast/README.md

742 B

Function calling

This demo shows how you can use Plano's core function calling capabilities.

Starting the demo

  1. Please make sure the pre-requisites are installed correctly

  2. Start Plano

  3. sh run_demo.sh
    
  4. Navigate to http://localhost:3001/

  5. You can type in queries like "how is the weather?"

Here is a sample interaction, image

Tracing

To see a tracing dashboard, navigate to http://localhost:16686/ to open Jaeger UI.

Stopping Demo

  1. To end the demo, run the following command:
    sh run_demo.sh down