Updated UI message about chromadb persistence

This commit is contained in:
BlipRanger
2023-05-30 19:47:55 -04:00
committed by GitHub
parent b359dd1e81
commit d80fff3b5e

View File

@ -472,7 +472,7 @@ jQuery(async () => {
<span>Purge Chat from the DB</span> <span>Purge Chat from the DB</span>
</div> </div>
</div> </div>
<small><i>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.</i></small> <small><i>ChromaDB is now persisted to disk by default. The default folder is .chroma_db and can be set with the --chroma-folder argument.</i></small>
</div> </div>
<form><input id="chromadb_inject_file" type="file" accept="text/plain" hidden></form> <form><input id="chromadb_inject_file" type="file" accept="text/plain" hidden></form>
<form><input id="chromadb_import_file" type="file" accept="application/json" hidden></form> <form><input id="chromadb_import_file" type="file" accept="application/json" hidden></form>