Skip to content

Commit 308dedd

Browse files
added notebooks (#708)
Co-authored-by: ajay23-uns <[email protected]>
1 parent 43a418a commit 308dedd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

examplecode/notebooks.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,47 @@ description: "Notebooks contain complete working sample code for end-to-end solu
66
---
77

88
<CardGroup cols={2}>
9+
<Card title="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.
12+
<br/>
13+
``Unstructured API`` ``Workflows`` ``S3`` ``Astra DB``
14+
<br/>
15+
</Card>
916
<Card title="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">
1017
<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.
1118
<br/>
1219
``Unstructured API`` ``Workflows`` ``S3`` ``VLM`` ``NER`` ``Elasticsearch`` ``MLK`` ``National Archives``
1320
<br/>
1421
</Card>
22+
<Card title="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.
25+
<br/>
26+
``Unstructured API`` ``Workflows`` ``Elasticsearch`` ``BM25``
27+
<br/>
28+
</Card>
29+
<Card title="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>
1536
<Card title="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">
1637
<br/>
1738
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.
1839
<br/>
1940
``Unstructured API`` ``Workflows`` ``S3`` ``Qdrant`` ``VLM`` ``Embeddings``
2041
<br/>
2142
</Card>
43+
<Card title="Two-stage retrieval: similarity search + rerankers" href="https://colab.research.google.com/drive/1paDKrn_3WepcZ0D4eN-dhIv1s3oGU9Tl?usp=sharing">
44+
<br/>
45+
Improve RAG precision with a two-stage retrieval pipeline: fast vector search followed by reranking using Cohere’s re-ranker models.
46+
<br/>
47+
``Unstructured API`` ``Workflows`` ``Cohere`` ``Pinecone``
48+
<br/>
49+
</Card>
2250
<Card title="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">
2351
<br/>
2452
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

Comments
 (0)