From 7cfb6bdd1ba8c89c2980730d247eefaddb945c31 Mon Sep 17 00:00:00 2001 From: ajaykrishnan23 Date: Fri, 27 Mar 2026 16:03:00 -0400 Subject: [PATCH 1/4] added notebook - getting started with Uns + Teradata --- examplecode/notebooks.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index f2279c67..baa40a99 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -5,6 +5,13 @@ mode: wide description: "Notebooks contain complete working sample code for end-to-end solutions." --- + +
+ Learn how to build data processing workflows using the Unstructured API and Python SDK to preprocess unstructured files from S3 and store the structured outputs in Teradata Vantage for retrieval. +
+ ``Unstructured API`` ``Workflows`` ``S3`` ``Teradata`` +
+

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. From 31126a5e6987763aa4a21fcbd298e35f7b368c92 Mon Sep 17 00:00:00 2001 From: ajaykrishnan23 Date: Fri, 27 Mar 2026 16:07:18 -0400 Subject: [PATCH 2/4] formatting some text --- examplecode/notebooks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index baa40a99..897f01eb 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -7,7 +7,7 @@ description: "Notebooks contain complete working sample code for end-to-end solu
- Learn how to build data processing workflows using the Unstructured API and Python SDK to preprocess unstructured files from S3 and store the structured outputs in Teradata Vantage for retrieval. + 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.
``Unstructured API`` ``Workflows`` ``S3`` ``Teradata``
From 1d92e184caebbe74f5478673d8a335a506136823 Mon Sep 17 00:00:00 2001 From: ajaykrishnan23 Date: Fri, 27 Mar 2026 16:10:32 -0400 Subject: [PATCH 3/4] mintlify deployments check --- examplecode/notebooks.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index 897f01eb..f2279c67 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -5,13 +5,6 @@ mode: wide description: "Notebooks contain complete working sample code for end-to-end solutions." --- - -
- 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. -
- ``Unstructured API`` ``Workflows`` ``S3`` ``Teradata`` -
-

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. From f09fc3011ce305d967968448783509c1dc8db6b2 Mon Sep 17 00:00:00 2001 From: ajaykrishnan23 Date: Fri, 27 Mar 2026 16:15:45 -0400 Subject: [PATCH 4/4] putting back the commit --- examplecode/notebooks.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examplecode/notebooks.mdx b/examplecode/notebooks.mdx index f2279c67..897f01eb 100644 --- a/examplecode/notebooks.mdx +++ b/examplecode/notebooks.mdx @@ -5,6 +5,13 @@ mode: wide description: "Notebooks contain complete working sample code for end-to-end solutions." --- + +
+ 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. +
+ ``Unstructured API`` ``Workflows`` ``S3`` ``Teradata`` +
+

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.