Start the VectrixDB API server and mount the HTML dashboard at
/dashboard.
Usage
vdb_dashboard(
db = NULL,
data_path = NULL,
port = 7377,
host = "127.0.0.1",
launch.browser = TRUE,
api_key = NULL
)Value
Invisibly returns server object from vectrix_serve().