Start the VectrixDB API server and mount the HTML dashboard at
/dashboard.
vdb_dashboard(
db = NULL,
data_path = NULL,
port = 7377,
host = "127.0.0.1",
launch.browser = TRUE,
api_key = NULL
)Invisibly returns server object from vectrix_serve().
Optional Vectrix object.
Path to vector database directory.
Port number (default: 7377).
Host address (default: "127.0.0.1").
Whether to open browser on start.
Optional API key for authenticated write operations.