Skip to content

Commit 5d84a2a

Browse files
committed
format
1 parent 81df192 commit 5d84a2a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/integrations/llama_index.ipynb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
},
136136
{
137137
"cell_type": "code",
138-
"execution_count": 2,
138+
"execution_count": null,
139139
"metadata": {},
140140
"outputs": [],
141141
"source": [
@@ -147,7 +147,12 @@
147147
" competitors=[\"Fortran\", \"Ada\", \"Pascal\"],\n",
148148
" on_fail=\"fix\"\n",
149149
" )\n",
150-
").use(DetectPII(pii_entities=[\"PERSON\", \"EMAIL_ADDRESS\"], on_fail=\"fix\"))"
150+
").use(\n",
151+
" DetectPII(\n",
152+
" pii_entities=[\"PERSON\", \"EMAIL_ADDRESS\"], \n",
153+
" on_fail=\"fix\"\n",
154+
" )\n",
155+
")"
151156
]
152157
},
153158
{

0 commit comments

Comments
 (0)