Skip to content

Commit 6c32b35

Browse files
authored
index similarToList notebook (#426)
1 parent 7826c09 commit 6c32b35

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/examples/value_within_distribution.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Check whether a new value is similar to a set of previously known values\n",
7+
"# Check whether a value is similar to a set of other values\n",
88
"\n",
99
"**Using the SimilarToList validator**\n",
1010
"\n",

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ nav:
5656
- 'Ensure translated text is high quality': examples/translation_with_quality_check.ipynb
5757
- 'Check key info present in generated summary': examples/text_summarization_quality.ipynb
5858
- 'Detect and limit hallucinations in generated text': examples/provenance.ipynb
59+
- 'Check whether a value is similar to a set of other values': examples/value_within_distribution.ipynb
5960
- 'Integrations':
6061
- 'Azure OpenAI': integrations/azure_openai.ipynb
6162
- 'OpenAI Functions': integrations/openai_functions.ipynb

0 commit comments

Comments
 (0)