Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
Binary file added img/api/Ingest-IDE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/platform/Start-Screen-Partial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion platform/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: Overview

The Unstructured Platform is a no-code user interface, pay-as-you-go platform for transforming your unstructured data into data that is ready for Retrieval Augmented Generation (RAG).

![Start screen](/img/platform/Start-Screen.png)
<Tip>To start using the Unstructured Platform right away, skip ahead to the [quickstart](/platform/quickstart).</Tip>

![Partial view of the Unstructured Platform](/img/platform/Start-Screen-Partial.png)

## How does it work?

Expand Down
10 changes: 10 additions & 0 deletions snippets/quickstarts/platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ You will need:
- Compatible files in your source location. [See the list of supported file types](/platform/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.
- A compatible destination (output) location in cloud storage for Unstructured to put the processed data. [See the list of supported destination types](/platform/connectors#destinations).

<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/25u3qJ_7WiA"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>

<Steps>
<Step title="Sign in to your Unstructured account">
![Sign in to your Unstructured account](/img/platform/Signin.png)
Expand Down
9 changes: 9 additions & 0 deletions welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,17 @@ This 40-second video demonstrates a simple use case that Unstructured helps solv
### Product offerings

<Icon icon="dash" iconType="duotone"/>&nbsp;&nbsp;<Icon icon="computer" />&nbsp;&nbsp;[Unstructured Platform](/platform/overview) - No-code UI. Production-ready. Pay as you go.<br/><br/>

<Tip>To start using the Unstructured Platform right away, skip ahead to the [quickstart](#quickstart-unstructured-platform).</Tip>

![Partial view of the Unstructured Platform](/img/platform/Start-Screen-Partial.png)

<Icon icon="dash" iconType="duotone"/>&nbsp;&nbsp;<Icon icon="square-terminal" />&nbsp;&nbsp;[Unstructured Serverless API services](/api-reference/api-services/overview) - Use scripts or code. Production-ready. Pay as you go. (There is also a non-production, free edition with [limits](/api-reference/api-services/free-api#free-unstructured-api-limitations).)<br/><br/>

<Tip>To start using Unstructured Serverless API services right away, skip ahead to the [quickstart](#quickstart-unstructured-serverless-api).</Tip>

![Unstructured Ingest Python library example code](/img/api/Ingest-IDE.png)

Learn more about these products:

<Card title="Unstructured Platform" icon="computer" href="/platform/overview">
Expand Down