Skip to content

Commit 7f744a6

Browse files
authored
More how-to video links: Python Ingest library, manage billing, track usage, Weaviate connector (#250)
1 parent c64eacc commit 7f744a6

File tree

5 files changed

+84
-0
lines changed

5 files changed

+84
-0
lines changed

api-reference/api-services/saas-api-development-guide.mdx

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ import ServerlessKeyNoFreeURL from '/snippets/general-shared-text/serverless-api
2222

2323
## Set up billing
2424

25+
<iframe
26+
width="560"
27+
height="315"
28+
src="https://www.youtube.com/embed/DPITllKgYvA"
29+
title="YouTube video player"
30+
frameborder="0"
31+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
32+
allowfullscreen
33+
></iframe>
34+
2535
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.
2636

2737
<Info>The free 14-day trial for the Unstructured Serverless API is different than the [Free Unstructured API](/api-reference/api-services/free-api).</Info>
@@ -39,6 +49,16 @@ import SharedPagesBilling from '/snippets/general-shared-text/pages-billing.mdx'
3949

4050
<SharedPagesBilling />
4151

52+
<iframe
53+
width="560"
54+
height="315"
55+
src="https://www.youtube.com/embed/VyZqGxBMbnE"
56+
title="YouTube video player"
57+
frameborder="0"
58+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
59+
allowfullscreen
60+
></iframe>
61+
4262
## Quickstart
4363

4464
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
124144

125145
**To view your usage**: On the sidebar, click **Usage**.
126146

147+
<iframe
148+
width="560"
149+
height="315"
150+
src="https://www.youtube.com/embed/VyZqGxBMbnE"
151+
title="YouTube video player"
152+
frameborder="0"
153+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
154+
allowfullscreen
155+
></iframe>
156+
127157
**To view your billing costs and invoices and to manage your payment method**: On the sidebar, click **Billing**.
128158

159+
<iframe
160+
width="560"
161+
height="315"
162+
src="https://www.youtube.com/embed/DPITllKgYvA"
163+
title="YouTube video player"
164+
frameborder="0"
165+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
166+
allowfullscreen
167+
></iframe>
168+
129169
**To log out of your account**: On the sidebar, click your email address, and then click **Logout**.
130170

131171
If you need direct assistance, our support team is just an email away. Contact us at [[email protected]](mailto:[email protected]).

api-reference/ingest/overview.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,18 @@ The following 3-minute video shows how to use the Unstructured Ingest Python lib
2222
allowfullscreen
2323
></iframe>
2424

25+
The following 5-minute video goes into more detail about the various components of the Unstructured Ingest Python library:
26+
27+
<iframe
28+
width="560"
29+
height="315"
30+
src="https://www.youtube.com/embed/A_kqK2KHTdg"
31+
title="YouTube video player"
32+
frameborder="0"
33+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
34+
allowfullscreen
35+
></iframe>
36+
2537
## Ingest flow
2638

2739
The Unstructured ingest flow is similar to an extract, transform and load (ETL) data pipeline.

open-source/ingest/overview.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ The following 3-minute video shows how to use the Unstructured Ingest Python lib
1616
allowfullscreen
1717
></iframe>
1818

19+
The following 5-minute video goes into more detail about the various components of the Unstructured Ingest Python library:
20+
21+
<iframe
22+
width="560"
23+
height="315"
24+
src="https://www.youtube.com/embed/A_kqK2KHTdg"
25+
title="YouTube video player"
26+
frameborder="0"
27+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
28+
allowfullscreen
29+
></iframe>
30+
1931
## Library Documentation
2032

2133
[Source Connectors](/open-source/ingest/source-connectors/overview)

snippets/dc-shared-text/weaviate-cli-api.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Batch process all your records to store structured outputs in a Weaviate database.
22

3+
<iframe
4+
width="560"
5+
height="315"
6+
src="https://www.youtube.com/embed/uqUrH8ksI0I"
7+
title="YouTube video player"
8+
frameborder="0"
9+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
10+
allowfullscreen
11+
></iframe>
12+
313
You will need:
414

515
import SharedWeaviate from '/snippets/general-shared-text/weaviate.mdx';

snippets/ingest-configuration-shared/overview.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
The configurations listed in this section are common to all connectors.
44
These configurations act as instructions for how to collect, process, and store data.
55

6+
<iframe
7+
width="560"
8+
height="315"
9+
src="https://www.youtube.com/embed/A_kqK2KHTdg"
10+
title="YouTube video player"
11+
frameborder="0"
12+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
13+
allowfullscreen
14+
></iframe>
15+
616
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.
717

818
* Connectors that implement both v2 and v1 are prefaced by <Icon icon="v"/><Icon icon="2"/>, <Icon icon="v"/><Icon icon="1"/>.

0 commit comments

Comments
 (0)