ui: Launch a marketplace UI
Launches a marketplace visualizer in the browser, defaults to http://localhost:5000/. You can use this UI to explore customer and business conversations after an experiment has finished or while an experiment is running.

Usage:
bash
magentic-marketplace ui my_experimentCommon arguments:
experiment_name (required)
Experiment name (PostgreSQL schema name).
--db-type (optional)
Type of database: sqlite or postgres (default: postgres). For postgres, the experiment name is the name of a schema in the database. For sqlite, it is the path to a database file.