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.