Skip to content
Open
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
7 changes: 7 additions & 0 deletions examplecode/notebooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ mode: wide
description: "Notebooks contain complete working sample code for end-to-end solutions."
---
<CardGroup cols={2}>
<Card title="Getting Started with Unstructured API and Teradata" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Getting_Started_with_Unstructured_and_Teradata.ipynb">
<br/>
Learn how to build data processing workflows using the Unstructured API to preprocess unstructured files from S3 and store the structured outputs in Teradata Vantage for retrieval.
<br/>
``Unstructured API`` ``Workflows`` ``S3`` ``Teradata``
<br/>
</Card>
<Card title="Unstructured API: Convert Documents to Stylized HTML" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Convert_Documents_to_Stylized_HTML_using_the_Unstructured_API.ipynb">
<br/>
Partition documents into structured elements using our VLM-based partitioning strategy, then convert the extracted HTML metadata into beautifully stylized web documents for RAG pipelines, knowledge bases, and AI-powered applications.
Expand Down