Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion examplecode/notebooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@ description: "Notebooks contain complete working sample code for end-to-end solu
---

<CardGroup cols={2}>
<Card title="RAG for Online Documentations" href="https://colab.research.google.com/drive/1F1LkM_HwuwruQb5rwsK5Fj_up15hHeLi">
<Card title="Getting Started with Unstructured API and Delta Tables in Databricks" href="https://colab.research.google.com/drive/1ujLZoLx0ai0GAjvr9Xmze4UReZjKa8cU?usp=sharing">
<br/>
Learn how to create data processing workflows with Unstructured API and its Python SDK to preprocess all of your unstructured data into your Delta Table.
<br/>
``Unstructured API`` ``Workflows`` ``Databricks`` ``S3``
<br/>
</Card>
<Card title="RAG for Online Documentation" href="https://colab.research.google.com/drive/1F1LkM_HwuwruQb5rwsK5Fj_up15hHeLi?usp=sharing">
<br/>
Crawl websites with Firecrawl and build a RAG workflow powered by Unstructured and MongoDB Atlas vector search.
<br/>
Expand Down