View source: R/zzzz_dashboard_exact.R
| vdb_dashboard | R Documentation |
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
)
db |
Optional |
data_path |
Path to vector database directory. |
port |
Port number (default: |
host |
Host address (default: |
launch.browser |
Whether to open browser on start. |
api_key |
Optional API key for authenticated write operations. |
Invisibly returns server object from vectrix_serve().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.