From 36cfe1614194451b4a6fb6d7910519949204d5ab Mon Sep 17 00:00:00 2001 From: Paul Cornell Date: Mon, 23 Sep 2024 10:03:51 -0700 Subject: [PATCH] More how-to video links: Python Ingest library, manage billing, track usage --- .../saas-api-development-guide.mdx | 40 +++++++++++++++++++ api-reference/ingest/overview.mdx | 12 ++++++ open-source/ingest/overview.mdx | 12 ++++++ snippets/dc-shared-text/weaviate-cli-api.mdx | 10 +++++ .../ingest-configuration-shared/overview.mdx | 10 +++++ 5 files changed, 84 insertions(+) diff --git a/api-reference/api-services/saas-api-development-guide.mdx b/api-reference/api-services/saas-api-development-guide.mdx index b57bc652..2098ff06 100644 --- a/api-reference/api-services/saas-api-development-guide.mdx +++ b/api-reference/api-services/saas-api-development-guide.mdx @@ -22,6 +22,16 @@ import ServerlessKeyNoFreeURL from '/snippets/general-shared-text/serverless-api ## Set up billing + + Once you sign up for the Unstructured Serverless API, you can enjoy a free 14-day trial with usage capped at 1000 pages per day. The free 14-day trial for the Unstructured Serverless API is different than the [Free Unstructured API](/api-reference/api-services/free-api). @@ -39,6 +49,16 @@ import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx' + + ## Quickstart These examples use your local machine. They send source (input) files from your local machine to the Unstructured Serverless API which delivers the processed data to a destination (output) location, also on your local machine. Data is processed on Unstructured-hosted compute resources. @@ -124,8 +144,28 @@ After the command successfully runs, see the results in the specified output pat **To view your usage**: On the sidebar, click **Usage**. + + **To view your billing costs and invoices and to manage your payment method**: On the sidebar, click **Billing**. + + **To log out of your account**: On the sidebar, click your email address, and then click **Logout**. If you need direct assistance, our support team is just an email away. Contact us at [support@unstructured.io](mailto:support@unstructured.io). diff --git a/api-reference/ingest/overview.mdx b/api-reference/ingest/overview.mdx index 5a7afe70..3d6f0749 100644 --- a/api-reference/ingest/overview.mdx +++ b/api-reference/ingest/overview.mdx @@ -22,6 +22,18 @@ The following 3-minute video shows how to use the Unstructured Ingest Python lib allowfullscreen > +The following 5-minute video goes into more detail about the various components of the Unstructured Ingest Python library: + + + ## Ingest flow The Unstructured ingest flow is similar to an extract, transform and load (ETL) data pipeline. diff --git a/open-source/ingest/overview.mdx b/open-source/ingest/overview.mdx index d8347791..29545207 100644 --- a/open-source/ingest/overview.mdx +++ b/open-source/ingest/overview.mdx @@ -16,6 +16,18 @@ The following 3-minute video shows how to use the Unstructured Ingest Python lib allowfullscreen > +The following 5-minute video goes into more detail about the various components of the Unstructured Ingest Python library: + + + ## Library Documentation [Source Connectors](/open-source/ingest/source-connectors/overview) diff --git a/snippets/dc-shared-text/weaviate-cli-api.mdx b/snippets/dc-shared-text/weaviate-cli-api.mdx index 741ab823..5752baea 100644 --- a/snippets/dc-shared-text/weaviate-cli-api.mdx +++ b/snippets/dc-shared-text/weaviate-cli-api.mdx @@ -1,5 +1,15 @@ Batch process all your records to store structured outputs in a Weaviate database. + + You will need: import SharedWeaviate from '/snippets/general-shared-text/weaviate.mdx'; diff --git a/snippets/ingest-configuration-shared/overview.mdx b/snippets/ingest-configuration-shared/overview.mdx index 2b8df597..8738af01 100644 --- a/snippets/ingest-configuration-shared/overview.mdx +++ b/snippets/ingest-configuration-shared/overview.mdx @@ -3,6 +3,16 @@ The configurations listed in this section are common to all connectors. These configurations act as instructions for how to collect, process, and store data. + + Some connectors implement only version 2 (v2) of the connector specification; some connectors implement only version 1 (v1); and some connectors provide both v2 and v1 implementations. * Connectors that implement both v2 and v1 are prefaced by , .