You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assign the name `id` to the first column and `content` to the second column.
74
-
The index name is `test-data`.
75
-
Once the upload is complete, you can see an index named `test-data` with 182469 documents.
70
+
Download the file and upload it to your cluster using the {kibana-ref}/connect-to-elasticsearch.html#upload-data-kibana[Data Visualizer] in the {ml-app} UI.
71
+
After your data is analyzed, click **Override settings**.
72
+
Under **Edit field names**, assign `id` to the first column and `content` to the second.
73
+
Click **Apply**, then **Import**.
74
+
Name the index `test-data`, and click **Import**.
75
+
After the upload is complete, you will see an index named `test-data` with 182,469 documents.
76
76
77
77
[discrete]
78
78
[[reindexing-data-infer]]
@@ -91,7 +91,10 @@ GET _tasks/<task_id>
91
91
----
92
92
// TEST[skip:TBD]
93
93
94
-
You can also cancel the reindexing process if you don't want to wait until the reindexing process is fully complete which might take hours for large data sets:
94
+
Reindexing large datasets can take a long time.
95
+
You can test this workflow using only a subset of the dataset.
96
+
Do this by cancelling the reindexing process, and only generating embeddings for the subset that was reindexed.
97
+
The following API request will cancel the reindexing task:
in the {ml-app} UI. Assign the name `id` to the first column and `content` to
102
-
the second column. The index name is `test-data`. Once the upload is complete,
103
-
you can see an index named `test-data` with 182469 documents.
99
+
Download the file and upload it to your cluster using the {kibana-ref}/connect-to-elasticsearch.html#upload-data-kibana[Data Visualizer] in the {ml-app} UI.
100
+
After your data is analyzed, click **Override settings**.
101
+
Under **Edit field names**, assign `id` to the first column and `content` to the second.
102
+
Click **Apply**, then **Import**.
103
+
Name the index `test-data`, and click **Import**.
104
+
After the upload is complete, you will see an index named `test-data` with 182,469 documents.
0 commit comments