Skip to content

Commit 5815c88

Browse files
authored
Update notebooks.mdx with some recent notebooks (#405)
1 parent dd8bc31 commit 5815c88

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

examplecode/notebooks.mdx

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ description: "Notebooks contain complete working sample code for end-to-end solu
77

88
<CardGroup cols={2}>
99

10+
<Card title="LLama3.2 RAG evaluation on unstructured text" href="https://colab.research.google.com/drive/14y3QOmhetk6NvJfT3HO4Tw6-Ra-LIDA9?usp=sharing">
11+
<br/>
12+
Evaluate Llama3.2 for your RAG system with Unstructured Platform, GPT-4o, Ragas, and LangChain
13+
<br/>
14+
``Unstructured Platform`` ``GPT-4o`` ``Ragas`` ``LangChain`` ``Llama3.2`` ``Pinecone`` ``S3``
15+
<br/>
16+
</Card>
17+
<Card title="Multimodal RAG: Enhancing RAG outputs with image results" href="https://colab.research.google.com/drive/1gBI67HKyepmpAzf0T5yWwBwIqVXK1Ea_?usp=sharing">
18+
<br/>
19+
Process a file in S3 with Unstructured Platform and return images in your RAG output
20+
<br/>
21+
``Unstructured Platform`` ``S3`` ``FAISS`` ``GPT-4o-mini``
22+
<br/>
23+
</Card>
24+
<Card title="Quantitative Reasoning with tables inside PDFs" href="https://app.hex.tech/5e6b6e24-dead-4d3b-b9da-a9a7ad587b96/hex/cb595d8a-6eac-4e19-96ed-b1540e5c031c/draft/logic">
25+
<br/>
26+
From Pixels to Insights: Seamlessly Extracting and Visualizing Table Data with Unstructured and Hex
27+
<br/>
28+
``Unstructured API`` ``Hex``
29+
<br/>
30+
</Card>
1031
<Card title="PII removal with GLiNER in unstructured data ETL" href="https://colab.research.google.com/drive/1HwOMnGjrNbcHZ1vlhaAG0MSDBcwQfexF?usp=sharing">
1132
<br/>
1233
Remove Personally Identifiable Information (PII) as a part of unstructured data preprocessing.
@@ -100,13 +121,7 @@ description: "Notebooks contain complete working sample code for end-to-end solu
100121
``Unstructured`` ``GPT-4o`` ``Ragas`` ``LangChain``
101122
<br/>
102123
</Card>
103-
<Card title="LLama3.1 RAG evaluation on unstructured text" href="https://colab.research.google.com/drive/1VeK-z8499WV_7wY4JAkWmxpxR2LiR2-m?usp=sharing">
104-
<br/>
105-
Build a Synthetic Test Dataset for your RAG system in 5 easy steps
106-
<br/>
107-
``Unstructured`` ``GPT-4o`` ``Ragas`` ``LangChain`` ``Llama3.1``
108-
<br/>
109-
</Card>
124+
110125
</CardGroup>
111126

112127

0 commit comments

Comments
 (0)