From c56e2d4a89b560a321f753d76b9d33fe3273b653 Mon Sep 17 00:00:00 2001 From: Bhanu K <bhanu.kamapantula@gramener.com> Date: Mon, 3 Apr 2023 23:58:29 +0530 Subject: [PATCH] DOC: persist database regardless of notebook or script --- persistent-qa.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/persistent-qa.ipynb b/persistent-qa.ipynb index 0a483e7..5d6ea6c 100644 --- a/persistent-qa.ipynb +++ b/persistent-qa.ipynb @@ -106,8 +106,7 @@ "metadata": {}, "source": [ "## Persist the Database\n", - "In a notebook, we should call `persist()` to ensure the embeddings are written to disk.\n", - "This isn't necessary in a script - the database will be automatically persisted when the client object is destroyed." + "We should call `persist()` to ensure the embeddings are written to disk." ] }, {