We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8820afc commit ab6a1caCopy full SHA for ab6a1ca
examplecode/notebooks.mdx
@@ -6,6 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu
6
---
7
8
<CardGroup cols={2}>
9
+ <Card title="RAG for Online Documentations" href="https://colab.research.google.com/drive/1F1LkM_HwuwruQb5rwsK5Fj_up15hHeLi">
10
+ <br/>
11
+ Crawl websites with Firecrawl and build a RAG workflow powered by Unstructured and MongoDB Atlas vector search.
12
13
+ ``Unstructured API`` ``Workflows`` ``MongoDB``
14
15
+ </Card>
16
<Card title="Unstructured Workflow Endpoint Quickstart" href="https://colab.research.google.com/drive/13f5C9WtUvIPjwJzxyOR3pNJ9K9vnF4ww">
17
<br/>
18
Build an end-to-end workflow in Unstructured programmatically by using the Unstructured Workflow Endpoint.
0 commit comments