Skip to content

Commit

Permalink
Add note about visibility of markers
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-operlejn-ds committed Oct 11, 2023
1 parent afbf24b commit 4094d29
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,12 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"# Util function for coloring the PII markers\n",
"# NOTE: It will not be visible on documentation page, only in the notebook\n",
"import re\n",
"\n",
"\n",
Expand Down Expand Up @@ -960,9 +961,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "poetry-venv",
"display_name": "langchain-py-env",
"language": "python",
"name": "poetry-venv"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -974,7 +975,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.1"
"version": "3.11.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 4094d29

Please sign in to comment.