Skip to content

Commit 645c9c2

Browse files
authored
Update notebooks.mdx (#414)
1 parent 5aef696 commit 645c9c2

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

examplecode/notebooks.mdx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,114 +11,114 @@ description: "Notebooks contain complete working sample code for end-to-end solu
1111
<br/>
1212
Evaluate Llama3.2 for your RAG system with Unstructured Platform, GPT-4o, Ragas, and LangChain
1313
<br/>
14-
``Unstructured Platform`` ``GPT-4o`` ``Ragas`` ``LangChain`` ``Llama3.2`` ``Pinecone`` ``S3``
14+
``Unstructured Platform UI`` ``GPT-4o`` ``Ragas`` ``LangChain`` ``Llama3.2`` ``Pinecone`` ``S3`` ``Advanced notebook``
1515
<br/>
1616
</Card>
1717
<Card title="Multimodal RAG: Enhancing RAG outputs with image results" href="https://colab.research.google.com/drive/1gBI67HKyepmpAzf0T5yWwBwIqVXK1Ea_?usp=sharing">
1818
<br/>
1919
Process a file in S3 with Unstructured Platform and return images in your RAG output
2020
<br/>
21-
``Unstructured Platform`` ``S3`` ``FAISS`` ``GPT-4o-mini``
21+
``Unstructured Platform UI`` ``S3`` ``FAISS`` ``GPT-4o-mini`` ``Advanced notebook``
2222
<br/>
2323
</Card>
2424
<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">
2525
<br/>
2626
From Pixels to Insights: Seamlessly Extracting and Visualizing Table Data with Unstructured and Hex
2727
<br/>
28-
``Unstructured API`` ``Hex``
28+
``Unstructured API`` ``Hex`` ``Advanced notebook``
2929
<br/>
3030
</Card>
3131
<Card title="PII removal with GLiNER in unstructured data ETL" href="https://colab.research.google.com/drive/1HwOMnGjrNbcHZ1vlhaAG0MSDBcwQfexF?usp=sharing">
3232
<br/>
3333
Remove Personally Identifiable Information (PII) as a part of unstructured data preprocessing.
3434
<br/>
35-
``Unstructured`` ``Advanced`` ``PII`` ``GLiNER``
35+
``Unstructured API`` ``PII`` ``GLiNER`` ``Advanced notebook``
3636
<br/>
3737
</Card>
3838
<Card title="Custom metadata extraction and self-querying retrieval" href="https://colab.research.google.com/drive/1v2SKPEmCr0p2AFyckrYvC3heYKyKff_t?usp=sharing">
3939
<br/>
4040
Extract custom metadata, and enable metadata pre-filtering in your RAG.
4141
<br/>
42-
``Unstructured`` ``MongoDB`` ``Advanced`` ``Metadata``
42+
``Unstructured API`` ``MongoDB`` ``Metadata`` ``Advanced notebook``
4343
<br/>
4444
</Card>
4545
<Card title="Selecting an embedding model for custom data" href="https://colab.research.google.com/drive/132oXSGSOyzZ7GO9pJhRKlvwY4F-i9Pm6?usp=sharing">
4646
<br/>
4747
End-to-end data processing pipeline using Unstructured Serverless API.
4848
<br/>
49-
``Unstructured``
49+
``Unstructured API``
5050
<br/>
5151
</Card>
5252
<Card title="RAG with PDFs, LangChain and Llama 3" href="https://colab.research.google.com/drive/1BJYYyrPVe0_9EGyXqeNyzmVZDrCRZwsg?usp=sharing">
5353
<br/>
5454
A RAG system with the Llama 3 model from Hugging Face.
5555
<br/>
56-
```Unstructured``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3```
56+
```Unstructured API``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3```
5757
</Card>
5858
<Card title="Unstructured data ETL from S3 to SingleStore DB" href="https://colab.research.google.com/drive/1Krvn5XlYNERQe7DNIXKEz3AmESJdABLF?usp=sharing">
5959
<br/>
6060
Learn to ingest, partition, chunk, embed and load data from an S3 bucket into SingleStore DB.
6161
<br/>
62-
```Unstructured``` ```SingleStoreDB``` ```AWS S3```
62+
```Unstructured API``` ```SingleStoreDB``` ```AWS S3``` ``Introductory notebook``
6363
</Card>
6464
<Card title="Google Drive to DataStax Astra DB" href="https://colab.research.google.com/drive/1Img_qGCTKavImbz7dlRtxg8mNUjiWjJT?usp=sharing">
6565
<br/>
6666
Embed your Google Drive Docs in an Astra Vector Database with Unstructured Serverless API
6767
<br/>
68-
``Unstructured`` ``Google`` ``DataStax``
68+
``Unstructured API`` ``Google`` ``DataStax`` ``Introductory notebook``
6969
<br/>
7070
</Card>
7171
<Card title="Weaviate RAG quickstart" href="https://colab.research.google.com/drive/1lYejikVtbPraWvh9CtxBazJuXKuJ38wu?usp=sharing">
7272
<br/>
7373
Embed your local documents in an Weaviate Vector Database with Unstructured Serverless API
7474
<br/>
75-
``Unstructured`` ``OpenAI`` ``Weaviate``
75+
``Unstructured API`` ``OpenAI`` ``Weaviate`` ``Introductory notebook``
7676
<br/>
7777
</Card>
7878
<Card title="Preprocess PDFs in AWS S3, load into Elasticsearch" href="https://colab.research.google.com/drive/1axADo7T_dMkeOWnZ5C4dKve16-wrtQuV?usp=sharing">
7979
<br/>
8080
Ingest PDF documents from an S3 bucket, transform them into a normalized JSON with Unstructured Serverless API, chunk, embed and load into Elasticsearch.
8181
<br/>
82-
``Unstructured`` ``AWS S3`` ``Elasticsearch``
82+
``Unstructured API`` ``AWS S3`` ``Elasticsearch`` ``Introductory notebook``
8383
<br/>
8484
</Card>
8585
<Card title="Preprocess documents in Google Drive, load into Databricks Volume" href="https://colab.research.google.com/drive/1gVd03geFUD_OTROMuhjVAHYQvgVbViq7?usp=sharing">
8686
<br/>
8787
Preprocess documents from a Google Drive Unstructured Serverless API and load them into Databricks Volume.
8888
<br/>
89-
``Unstructured`` ``Google Drive`` ``Databricks``
89+
``Unstructured API`` ``Google Drive`` ``Databricks`` ``Introductory notebook``
9090
<br/>
9191
</Card>
9292
<Card title="Source references in RAG responses" href="https://colab.research.google.com/drive/1Lc8eq8P87JjzUhbYb33_c7h7njsWb-hn?usp=sharing">
9393
<br/>
9494
Add document source references to RAG responses based on documents metadata.
9595
<br/>
96-
``Unstructured`` ``RAG`` ``LangChain``
96+
``Unstructured API`` ``RAG`` ``LangChain``
9797
<br/>
9898
</Card>
9999
<Card title="Query processed PDF with HuggingChat" href="https://colab.research.google.com/drive/1rNVVX5qo7vyBwR7wTa-zS6lDMkKpTei0?usp=sharing">
100100
<br/>
101101
Send a PDF to Unstructured for processing, and send a subset of the returned PDF's processed text to [HuggingChat](https://huggingface.co/chat/) for chatbot-style querying.
102102
<br/>
103-
```Unstructured``` ```🤗 Hugging Face``` ```🤗 HuggingChat```
103+
```Unstructured API``` ```🤗 Hugging Face``` ```🤗 HuggingChat```
104104
</Card>
105105
<Card title="Llama 3 Local RAG with emails" href="https://colab.research.google.com/drive/1ieDJ4LoxARrHFqxXWif8Lv8e8aZTgmtH?usp=sharing">
106106
<br/>
107107
Build a local RAG app for your emails with Unstructured, LangChain and Ollama.
108108
<br/>
109-
```Unstructured``` ```LangChain``` ```Ollama``` ```Llama 3```
109+
```Unstructured API``` ```LangChain``` ```Ollama``` ```Llama 3```
110110
</Card>
111111
<Card title="Building RAG With PowerPoint presentations" href="https://colab.research.google.com/drive/1l_e7CyqfBUxBBDc6E6XIKtKV-8YWvmRX?usp=sharing">
112112
<br/>
113113
A RAG solution that is based on PowerPoint files.
114114
<br/>
115-
```Unstructured``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3```
115+
```Unstructured API``` ```🤗 Hugging Face``` ```LangChain``` ```Llama 3```
116116
</Card>
117117
<Card title="Synthetic test dataset generation" href="https://colab.research.google.com/drive/1VvOauC46xXeZrhh8nlTyv77yvoroMQjr?usp=sharing">
118118
<br/>
119119
Build a Synthetic Test Dataset for your RAG system in 5 easy steps
120120
<br/>
121-
``Unstructured`` ``GPT-4o`` ``Ragas`` ``LangChain``
121+
``Unstructured API`` ``GPT-4o`` ``Ragas`` ``LangChain`` ``Advanced notebook``
122122
<br/>
123123
</Card>
124124

0 commit comments

Comments
 (0)