Skip to content

Commit ddbf7a4

Browse files
authored
Link to demo notebook for using Unstructured with Snowflake Cortex for RAG Search (#615)
1 parent 7d2b3c7 commit ddbf7a4

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
@@ -6,6 +6,13 @@ description: "Notebooks contain complete working sample code for end-to-end solu
66
---
77

88
<CardGroup cols={2}>
9+
<Card title="Using Unstructured with Snowflake Cortex Search for RAG" href="https://colab.research.google.com/drive/17sWi10DoTNVEkYyEzc-ztEtIxBZHPczp?usp=sharing">
10+
<br/>
11+
Use Snowflake Cortex and RAG to do natural-language searches across a Snowflake table that contains data provided by Unstructured. Additional Snowflake Cortex functions are also explored.
12+
<br/>
13+
``Unstructured API`` ``Snowflake Cortex`` ``RAG Search`` ``Workflows`` ``S3``
14+
<br/>
15+
</Card>
916
<Card title="Agentic RAG with LangGraph and Together AI" href="https://colab.research.google.com/drive/16JYOV3JwP2PJpQx-PGFshC64Cf91G7D1?usp=sharing">
1017
<br/>
1118
Build Agentic RAG with `LangGraph` and `Together AI` and compare the results with Vanilla RAG in pure Python

0 commit comments

Comments
 (0)