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
9 changes: 8 additions & 1 deletion examplecode/notebooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,18 @@
title: Notebooks
sidebarTitle: Notebooks
mode: wide
description: "Notebooks contain complete working sample code for end to end solutions."
description: "Notebooks contain complete working sample code for end-to-end solutions."
---

<CardGroup cols={2}>

<Card title="PII removal with GLiNER in unstructured data ETL" href="https://colab.research.google.com/drive/1HwOMnGjrNbcHZ1vlhaAG0MSDBcwQfexF?usp=sharing">
<br/>
Remove Personally Identifiable Information (PII) as a part of unstructured data preprocessing.
<br/>
``Unstructured`` ``Advanced`` ``PII`` ``GLiNER``
<br/>
</Card>
<Card title="Custom metadata extraction and self-querying retrieval" href="https://colab.research.google.com/drive/1v2SKPEmCr0p2AFyckrYvC3heYKyKff_t?usp=sharing">
<br/>
Extract custom metadata, and enable metadata pre-filtering in your RAG.
Expand Down