From d80fff3b5e45abfcd39aef8d2b15d530fbc67a88 Mon Sep 17 00:00:00 2001 From: BlipRanger <1860540+BlipRanger@users.noreply.github.com> Date: Tue, 30 May 2023 19:47:55 -0400 Subject: [PATCH 1/2] Updated UI message about chromadb persistence --- public/scripts/extensions/infinity-context/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions/infinity-context/index.js b/public/scripts/extensions/infinity-context/index.js index 2f106b164..3dd8bec40 100644 --- a/public/scripts/extensions/infinity-context/index.js +++ b/public/scripts/extensions/infinity-context/index.js @@ -472,7 +472,7 @@ jQuery(async () => { Purge Chat from the DB - Since ChromaDB state is not persisted to disk by default, you'll need to inject text data every time the Extras API server is restarted. + ChromaDB is now persisted to disk by default. The default folder is .chroma_db and can be set with the --chroma-folder argument.
From cff5cd0928760726a86c695e36561ea502639aa9 Mon Sep 17 00:00:00 2001 From: Cohee Date: Wed, 31 May 2023 21:46:13 +0300 Subject: [PATCH 2/2] Update index.js --- public/scripts/extensions/infinity-context/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions/infinity-context/index.js b/public/scripts/extensions/infinity-context/index.js index 3dd8bec40..6985cb51d 100644 --- a/public/scripts/extensions/infinity-context/index.js +++ b/public/scripts/extensions/infinity-context/index.js @@ -472,7 +472,7 @@ jQuery(async () => { Purge Chat from the DB - ChromaDB is now persisted to disk by default. The default folder is .chroma_db and can be set with the --chroma-folder argument. + Local ChromaDB now persists to disk by default. The default folder is .chroma_db, and you can set a different folder with the --chroma-folder argument. If you are using the Extras Colab notebook, you will need to inject the text data every time the Extras API server is restarted.