Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions notebooks/Dropbox_To_Pinecone_Connector_Quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"\n",
"Unstructured can connect to several types of [sources](https://docs.unstructured.io/api-reference/workflow/sources/overview) that contain your organization's documents and data—and [destinations](https://docs.unstructured.io/api-reference/workflow/destinations/overview) that Unstructured can send its structured representations of these documents and data to.\n",
"\n",
"In this quickstart, you use the [Unstructured Workflow Endpoint](https://docs.unstructured.io/api-reference/workflow/overview) to programmatically create a [Dropbox source connector](https://docs.unstructured.io/api-reference/workflow/sources/dropbox) and a [Pinecone destination connector](https://docs.unstructured.io/api-reference/workflow/destinations/pinecone) in your Unstructured account. You then programmatically add these connectors to a [workflow](https://docs.unstructured.io/api-reference/workflow/workflows) in your Unstructured account, run that workflow as a [job](https://docs.unstructured.io/api-reference/workflow/jobs), and then explore the job's results.\n",
"In this quickstart, you use the workflow operations in the [Unstructured API](https://docs.unstructured.io/api-reference/workflow/overview) to programmatically create a [Dropbox source connector](https://docs.unstructured.io/api-reference/workflow/sources/dropbox) and a [Pinecone destination connector](https://docs.unstructured.io/api-reference/workflow/destinations/pinecone) in your Unstructured account. You then programmatically add these connectors to a [workflow](https://docs.unstructured.io/api-reference/workflow/workflows) in your Unstructured account, run that workflow as a [job](https://docs.unstructured.io/api-reference/workflow/jobs), and then explore the job's results.\n",
"\n",
"This source connector enables your workflows to process your files that you store in a Dropbox account. This destination connector enables your workflows to send processed data about your documents into a [Pinecone dense serverless index](https://docs.pinecone.io/guides/index-data/indexing-overview#dense-indexes) in your Pinecone account.\n",
"\n",
Expand Down Expand Up @@ -413,7 +413,7 @@
"id": "Cr0sgBj4Gej1"
},
"source": [
"👉 8. Run the following cell, which installs the `unstructured-client` and `datetime` libraries. These libraries are required for making HTTP requests to the Unstructured Workflow Endpoint and for assigning unique asset names in this example, respectively."
"👉 8. Run the following cell, which installs the `unstructured-client` and `datetime` libraries. These libraries are required to call the Unstructured Python SDK and for assigning unique asset names in this example, respectively."
]
},
{
Expand Down