You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examplecode/notebooks.mdx
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,18 @@
2
2
title: Notebooks
3
3
sidebarTitle: Notebooks
4
4
mode: wide
5
-
description: "Notebooks contain complete working sample code for end to end solutions."
5
+
description: "Notebooks contain complete working sample code for end-to-end solutions."
6
6
---
7
7
8
8
<CardGroupcols={2}>
9
9
10
+
<Cardtitle="PII removal with GLiNER in unstructured data ETL"href="https://colab.research.google.com/drive/1HwOMnGjrNbcHZ1vlhaAG0MSDBcwQfexF?usp=sharing">
11
+
<br/>
12
+
Remove Personally Identifiable Information (PII) as a part of unstructured data preprocessing.
13
+
<br/>
14
+
``Unstructured````Advanced````PII````GLiNER``
15
+
<br/>
16
+
</Card>
10
17
<Cardtitle="Custom metadata extraction and self-querying retrieval"href="https://colab.research.google.com/drive/1v2SKPEmCr0p2AFyckrYvC3heYKyKff_t?usp=sharing">
11
18
<br/>
12
19
Extract custom metadata, and enable metadata pre-filtering in your RAG.
0 commit comments