Skip to content

Commit 944bb1d

Browse files
DmitrySirakovDmitry Sirakov
andauthored
docs: removed SUPPORTED_LANGUAGE (#2020)
docs: removed SUPPORTED_LANGUAGE similar to this PR #1846 Co-authored-by: Dmitry Sirakov <[email protected]>
1 parent 7b64a27 commit 944bb1d

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

docs/howtos/customizations/metrics/metrics_language_adaptation.ipynb

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -80,34 +80,6 @@
8080
"llm = llm_factory()"
8181
]
8282
},
83-
{
84-
"cell_type": "markdown",
85-
"id": "9a57b385-cb55-4286-94e1-fb144e94ea1c",
86-
"metadata": {},
87-
"source": [
88-
"To view the supported language codes"
89-
]
90-
},
91-
{
92-
"cell_type": "code",
93-
"execution_count": 4,
94-
"id": "672a8419-2fdf-4945-a754-662f911e133b",
95-
"metadata": {},
96-
"outputs": [
97-
{
98-
"name": "stdout",
99-
"output_type": "stream",
100-
"text": [
101-
"['english', 'hindi', 'marathi', 'chinese', 'spanish', 'amharic', 'arabic', 'armenian', 'bulgarian', 'urdu', 'russian', 'polish', 'persian', 'dutch', 'danish', 'french', 'burmese', 'greek', 'italian', 'japanese', 'deutsch', 'kazakh', 'slovak']\n"
102-
]
103-
}
104-
],
105-
"source": [
106-
"from ragas.utils import RAGAS_SUPPORTED_LANGUAGE_CODES\n",
107-
"\n",
108-
"print(list(RAGAS_SUPPORTED_LANGUAGE_CODES.keys()))"
109-
]
110-
},
11183
{
11284
"cell_type": "markdown",
11385
"id": "358366cd-fa4e-44c4-9f75-c441356e1554",

0 commit comments

Comments
 (0)