Skip to content

Commit eaf4051

Browse files
authored
Adding MLK notebook to notebooks gallery (#702)
1 parent 9662956 commit eaf4051

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examplecode/notebooks.mdx

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

88
<CardGroup cols={2}>
9+
<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">
10+
<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.
11+
<br/>
12+
``Unstructured API`` ``Workflows`` ``S3`` ``VLM`` ``NER`` ``Elasticsearch`` ``MLK`` ``National Archives``
13+
<br/>
14+
</Card>
915
<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">
1016
<br/>
1117
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.

0 commit comments

Comments
 (0)