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] 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.