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
Copy file name to clipboardExpand all lines: snippets/quickstarts/platform.mdx
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,20 @@ The following quickstart shows you how to use the Unstructured UI to process rem
3
3
The requirements are as follows.
4
4
5
5
- A compatible source (input) location that contains your data for Unstructured to process. [See the list of supported source types](/ui/connectors#sources).
6
+
7
+
If your source (input) location is not in this list, or if you do not yet have any source locations for Unstructured to process, **stop here** and
8
+
skip over to the [Dropbox source connector quickstart](/ui/sources/dropbox-source-quickstart) instead. This quickstart
9
+
guides you through the process of creating a free Dropbox account, uploading your files to Dropbox,
10
+
and creating a source connector to connect Unstructured to those files.
11
+
6
12
- For document-based source locations, compatible files in that location. [See the list of supported file types](/ui/supported-file-types). If you do not have any files available, you can download some from the [example-docs](https://github.com/Unstructured-IO/unstructured-ingest/tree/main/example-docs) folder in the Unstructured repo on GitHub.
7
13
- A compatible destination (output) location for Unstructured to put the processed data. [See the list of supported destination types](/ui/connectors#destinations).
8
14
15
+
If your destination (output) location is not in this list, or if you do not yet have any destination locations for Unstructured to send its processed data, **stop here** and
16
+
skip over to the [Pinecone destination connector quickstart](/ui/destinations/pinecone-destination-quickstart) instead. This quickstart
17
+
guides you through the process of creating a free Pinecone account
18
+
and creating a destination connector to connect Unstructured to a Pinecone dense serverless index within your Pinecone account.
19
+
9
20
<iframe
10
21
width="560"
11
22
height="315"
@@ -26,7 +37,7 @@ import GetStartedSimpleUIOnly from '/snippets/general-shared-text/get-started-si
26
37

27
38
1. From your Unstructured dashboard, in the sidebar, click **Connectors**.
28
39
2. Click **Sources**.
29
-
3. Cick**New** or **Create Connector**.
40
+
3. Click**New** or **Create Connector**.
30
41
4. For **Name**, enter some unique name for this connector.
31
42
5. In the **Provider** area, click the source location type that matches yours.
32
43
6. Click **Continue**.
@@ -38,7 +49,7 @@ import GetStartedSimpleUIOnly from '/snippets/general-shared-text/get-started-si
38
49

39
50
1. In the sidebar, click **Connectors**.
40
51
2. Click **Destinations**.
41
-
3. Cick**New** or **Create Connector**.
52
+
3. Click**New** or **Create Connector**.
42
53
4. For **Name**, enter some unique name for this connector.
43
54
5. In the **Provider** area, click the destination location type that matches yours.
Copy file name to clipboardExpand all lines: ui/destinations/pinecone-destination-quickstart.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: Pinecone destination connector quickstart
3
+
sidebarTitle: Quickstart
3
4
---
4
5
5
6
Unstructured can connect to several types of [destinations](/ui/connectors#destinations). In this quickstart, you create a [Pinecone](https://www.pinecone.io) destination connector that you can add to your Unstructured [workflows](/ui/workflows).
4. To move beyond local file processing, you can try the following [remote quickstart](#remote-quickstart), or skip over to the [Dropbox source connector quickstart](/ui/sources/dropbox-source-quickstart) instead.
31
+
32
+
You can also learn about Unstructured [source connectors](/ui/sources/overview), [destination connectors](/ui/destinations/overview), [workflows](/ui/workflows), [jobs](/ui/jobs), and [managing your account](/ui/account/overview).
Copy file name to clipboardExpand all lines: ui/sources/dropbox-source-quickstart.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
---
2
2
title: Dropbox source connector quickstart
3
+
sidebarTitle: Quickstart
3
4
---
4
5
5
6
Unstructured can connect to several types of [sources](/ui/connectors#sources). In this quickstart, you create a [Dropbox](https://www.dropbox.com/) source connector that you can add to your Unstructured [workflows](/ui/workflows).
0 commit comments