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
7 changes: 7 additions & 0 deletions examplecode/notebooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu
---

<CardGroup cols={2}>
<Card title="Unstructured Workflow Endpoint Quickstart" href="https://colab.research.google.com/drive/13f5C9WtUvIPjwJzxyOR3pNJ9K9vnF4ww">
<br/>
Build an end-to-end workflow in Unstructured programmatically by using the Unstructured Workflow Endpoint.
<br/>
``Unstructured API`` ``Workflows`` ``S3``
<br/>
</Card>
<Card title="RAG with Databricks Vector Search with Context from Multiple Sources" href="https://colab.research.google.com/drive/1ZsrqYVhBAqsr6L98xlVjTZltMzNi_P3o?usp=sharing">
<br/>
Build RAG with Databricks Vector Search with context preprocessed from multiple sources by Unstructured.
Expand Down