You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nbs/index.ipynb
+44-2Lines changed: 44 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,15 +57,57 @@
57
57
"cell_type": "markdown",
58
58
"metadata": {},
59
59
"source": [
60
-
"First lets init a `Project` from notion."
60
+
"First do signup to [beta.app.ragas.io](https://beta.app.ragas.io/) and generate the App Token and put it in the as the env variable `RAGAS_APP_TOKEN`. "
61
+
]
62
+
},
63
+
{
64
+
"cell_type": "code",
65
+
"execution_count": 1,
66
+
"metadata": {},
67
+
"outputs": [],
68
+
"source": [
69
+
"import os\n",
70
+
"# ideally you load this from a .env file so as to not commit it to the repo\n",
0 commit comments