Skip to content

Commit a2b6b3c

Browse files
authored
adding s3-to-qdrant notebook (#677)
1 parent cbd1cce commit a2b6b3c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examplecode/notebooks.mdx

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

88
<CardGroup cols={2}>
9+
<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">
10+
<br/>
11+
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.
12+
<br/>
13+
``Unstructured API`` ``Workflows`` ``S3`` ``Qdrant`` ``VLM`` ``Embeddings``
14+
<br/>
15+
</Card>
916
<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">
1017
<br/>
1118
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)