diff --git a/docs/docs/user-guide/quickstart.md b/docs/docs/user-guide/quickstart.md index d1f54d0f..ace01a16 100644 --- a/docs/docs/user-guide/quickstart.md +++ b/docs/docs/user-guide/quickstart.md @@ -73,7 +73,7 @@ Please enter the following details and click on the *Next* button: * **Data type:** `Tabular` * **Granularity:** `Hour` -To infer the model schema you've to upload a sample dataset. Please download and use [this reference Comma-Separated Values file](https://github.com/radicalbit/radicalbit-ai-monitoring/blob/9f21c19e97a9dfa51c1bf17002fcdd76d5a5f304/examples/data/df_reference.csv) and click on the *Next* button. +To infer the model schema you've to upload a sample dataset. Please download and use [this reference Comma-Separated Values file](/datasets/df_10lines.csv) and click on the *Next* button. ![Alt text](/img/quickstart/new-model-modal-s2.png "Upload CSV file") diff --git a/docs/static/datasets/df_10lines.csv b/docs/static/datasets/df_10lines.csv new file mode 100644 index 00000000..35d96213 --- /dev/null +++ b/docs/static/datasets/df_10lines.csv @@ -0,0 +1,4 @@ +timestamp,user_id,question,model_answer,ground_truth,prediction,gender,age,device,days_as_customer +2024-01-11 13:30:00,user_184,How do I apply for a business loan?,Business loan applications can be submitted online through our website.,1,1,F,22,smartphone,196 +2024-01-10 15:02:00,user_16,How can I close my account?,You can close your account by visiting our nearest branch.,1,1,F,36,pc,267 +2024-01-10 06:29:00,user_243,How do I start investing in stocks?,"You can start investing in stocks by opening a brokerage account, researching stocks, and placing trades.",0,0,F,55,pc,139