You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examplecode/notebooks.mdx
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,19 +6,47 @@ description: "Notebooks contain complete working sample code for end-to-end solu
6
6
---
7
7
8
8
<CardGroupcols={2}>
9
+
<Cardtitle="Preserving Table Structure for Better Retrieval"href="https://colab.research.google.com/drive/1__axq0MRDR9i1M_uEW-pR8aKYH_Qk1hj?usp=sharing">
10
+
<br/>
11
+
This notebook explores using Unstructured API to process financial documents while preserving tabular structure in a way that's usable by downstream applications.
<Cardtitle="Historical research about MLK with the Unstructured API"href="https://colab.research.google.com/github/Unstructured-IO/unstructured-mlk-archive-public/blob/main/MLK_Archive_RAG_Application.ipynb">
10
17
<br/>This notebook explores how you can use Unstructured to gather and process declassified historical records surrounding the assassination of Dr. Martin Luther King, Jr. These processed documents can then be analyzed by using Elasticsearch and RAG.
<Cardtitle="Rag without Embeddings"href="https://colab.research.google.com/drive/1s2sD4FXj8Kw0gzx_00D_09tuYMepKK3_?usp=sharing">
23
+
<br/>
24
+
Learn how to build a RAG pipeline without any embedding models. Use Unstructured to preprocess documents, index them into Elasticsearch, and retrieve using classic BM25 scoring.
<Cardtitle="Getting Started with Unstructured API and Redis"href="https://colab.research.google.com/drive/1MOi3OSpR14BFF6aaMwrld1d0u4mn8LGE?usp=sharing">
30
+
<br/>
31
+
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 Redis Cloud for retrieval.
32
+
<br/>
33
+
``Unstructured API````Workflows````S3````Redis``
34
+
<br/>
35
+
</Card>
15
36
<Cardtitle="Create a S3 to Qdrant Pipeline using the Unstructured API"href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/S3_to_Qdrant_Workflow_using_Unstructured_API.ipynb">
16
37
<br/>
17
38
This notebook walks through using the Unstructured Workflow Endpoint to set up a complete pipeline that pulls documents from S3, processes them using Unstructured, and stores the resulting embeddings in Qdrant for fast vector search and retrieval.
<Cardtitle="Create a S3 to MongoDB Pipeline using the Unstructured API"href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/S3_to_MongoDB_Workflow_using_Unstructured_API.ipynb">
23
51
<br/>
24
52
Learn how to build an end-to-end document processing pipeline that processes PDFs from S3 and stores structured results in MongoDB. Features VLM-powered partitioning, semantic chunking, and vector embeddings using the Unstructured Workflows API.
0 commit comments