slencyyy/AI_THERAPIST
0
๐พ Flowise on Hugging Face Spaces (with Chroma Persistence)
This Space uses Flowise with local Chroma DB and SQLite to store your documents and chat history.
Once the container is running, access Flowise via the App tab above.
๐ What gets saved?
- Uploaded documents and embeddings โ
/data/chroma - Chat history and upsert logs โ
/data/flowise.db - Configuration file โ
flowise.jsonThese are stored in a special folder called/datawhich survives restarts but not rebuilds. ---
โ ๏ธ Do Not Edit or Rebuild
- Any code or README change deletes all your data.
- Do not commit changes once youโve started using the Space.
- If you accidentally rebuild, all documents and work are lost.
- Rebuilds may also occur if Hugging Face updates backend infrastructure. Back up your data regularly. ---
๐งฑ How to Back Up Your Work
โ Recommended Method: Export from Flowise UI
- Open Flowise via the App tab.
- Click the purple gear icon (top right) in your flow.
- Choose Export to download the
.jsonfile to your device. - Unfortunately, for full data backups, you need to use a paid Hugging Face plan and mount external storage.
Note: Runtime files (like /data) are not visible or downloadable from the Files tab infree-tier Docker Spaces. ---
๐ก Tip for Teams
- Back up your data as soon as your bot is working
- Re-upload documents only if necessary โ rebuilding means starting over ---
๐ Version Info
- This setup uses Flowise version 3.0.0
- Compatibility may vary with later versions ---
โน๏ธ Reference
Flowise Docs: https://docs.flowiseai.com/ Hugging Face Space Settings: https://huggingface.co/docs/hub/spaces
