Update index.js

This commit is contained in:
Cohee
2023-05-31 21:46:13 +03:00
committed by GitHub
parent d80fff3b5e
commit cff5cd0928

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>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> <small><i>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.</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>