Skip to content

Commit 4ecacf0

Browse files
authored
Update notebooks.mdx (#766)
1 parent a8baace commit 4ecacf0

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
@@ -5,6 +5,13 @@ mode: wide
55
description: "Notebooks contain complete working sample code for end-to-end solutions."
66
---
77
<CardGroup cols={2}>
8+
<Card title="Agentic Weekly AI News TL;DR" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/Agentic-Weekly-AI-News-TLDR.ipynb">
9+
<br/>
10+
Build an automated pipeline that scrapes the last 7 days of AI papers & posts (ArXiv, OpenAI, Anthropic, Hugging Face, DeepLearning.AI), processes them with Unstructured’s Hi Res partitioner for clean text, stores structured chunks in MongoDB, and generates both detailed summaries and an executive brief for a weekly newsletter.
11+
<br/>
12+
``Unstructured API`` ``Workflows`` ``hi_res`` ``Scraping`` ``ArXiv`` ``OpenAI`` ``Anthropic`` ``Hugging Face`` ``DeepLearning.AI`` ``S3`` ``MongoDB`` ``Summarization``
13+
<br/>
14+
</Card>
815
<Card title="Graph RAG for Academic Papers" href="https://colab.research.google.com/github/Unstructured-IO/notebooks/blob/main/notebooks/GraphRAG_for_Academic_Papers.ipynb">
916
<br/>
1017
Learn how to build a GraphRAG system for research papers using Unstructured's Named Entity Recognition to extract custom entities and relationships, then query them with Neo4j to answer complex questions that require understanding connections between models, datasets, and metrics.

0 commit comments

Comments
 (0)