Skip to content

Commit 9bfa15f

Browse files
authored
Merge pull request #10 from explodinggradients/fix/some-polish
fixed MetricResult serialisation
2 parents 25fbe25 + 9124ef9 commit 9bfa15f

File tree

11 files changed

+579
-440
lines changed

11 files changed

+579
-440
lines changed

nbs/backends/ragas_api_client.ipynb

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -704,25 +704,7 @@
704704
"outputs": [],
705705
"source": [
706706
"#| export\n",
707-
"from enum import Enum"
708-
]
709-
},
710-
{
711-
"cell_type": "code",
712-
"execution_count": null,
713-
"metadata": {},
714-
"outputs": [],
715-
"source": [
716-
"#| export\n",
717-
"class ColumnType(str, Enum):\n",
718-
" NUMBER = \"number\"\n",
719-
" TEXT = \"text\"\n",
720-
" LONG_TEXT = \"longText\"\n",
721-
" SELECT = \"select\"\n",
722-
" DATE = \"date\"\n",
723-
" MULTI_SELECT = \"multiSelect\"\n",
724-
" CHECKBOX = \"checkbox\"\n",
725-
" CUSTOM = \"custom\""
707+
"from ragas_experimental.typing import ColumnType"
726708
]
727709
},
728710
{

0 commit comments

Comments
 (0)