From a81438c283ceda5ed53ecf9d85b3f8076fd97611 Mon Sep 17 00:00:00 2001 From: Josh Reini <60949774+joshreini1@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:24:51 -0500 Subject: [PATCH] remove extra reset cell (#597) --- trulens_eval/examples/quickstart/quickstart.ipynb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/trulens_eval/examples/quickstart/quickstart.ipynb b/trulens_eval/examples/quickstart/quickstart.ipynb index 3a46da24b..e2245b3be 100644 --- a/trulens_eval/examples/quickstart/quickstart.ipynb +++ b/trulens_eval/examples/quickstart/quickstart.ipynb @@ -87,15 +87,6 @@ "Build a custom RAG from scratch, and add TruLens custom instrumentation." ] }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "tru.reset_database()" - ] - }, { "cell_type": "code", "execution_count": null,