slencyyy/AI_THERAPIST
0
1---2title: Flowise3emoji: ๐4colorFrom: gray5colorTo: green6sdk: docker7pinned: false8---9## ๐พ Flowise on Hugging Face Spaces (with Chroma Persistence)10This Space uses **Flowise with local Chroma DB and SQLite** to store your documents and11chat history.12> Once the container is running, access Flowise via the **App** tab above.13### ๐ What gets saved?14- **Uploaded documents and embeddings** โ `/data/chroma`15- **Chat history and upsert logs** โ `/data/flowise.db`16- **Configuration file** โ `flowise.json`17These are stored in a special folder called `/data` which survives restarts but **not**18rebuilds.19---20## โ ๏ธ Do Not Edit or Rebuild21- Any code or README change deletes all your data.22- Do **not** commit changes once youโve started using the Space.23- If you accidentally rebuild, all documents and work are lost.24- Rebuilds may also occur if Hugging Face updates backend infrastructure. Back up your data25regularly.26---27## ๐งฑ How to Back Up Your Work28### โ
Recommended Method: Export from Flowise UI291. Open Flowise via the **App** tab.302. Click the purple gear icon (top right) in your flow.313. Choose **Export** to download the `.json` file to your device.324. Unfortunately, for full data backups, you need to use a paid Hugging Face plan and mount33external storage.34> Note: Runtime files (like `/data`) are not visible or downloadable from the Files tab in35free-tier Docker Spaces.36---37## ๐ก Tip for Teams38- Back up your data **as soon as your bot is working**39- Re-upload documents only if necessary โ rebuilding means starting over40---41## ๐ Version Info42- This setup uses **Flowise version 3.0.0**43- Compatibility may vary with later versions44---45## โน๏ธ Reference46Flowise Docs: https://docs.flowiseai.com/47Hugging Face Space Settings: https://huggingface.co/docs/hub/spaces