diff --git a/public/scripts/extensions/infinity-context/index.js b/public/scripts/extensions/infinity-context/index.js index 2f106b164..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 - 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. + 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.