KoalaFlow commited on
Commit
d588b08
·
verified ·
1 Parent(s): 51bd078

Update flowise.json

Browse files
Files changed (1) hide show
  1. flowise.json +2 -2
flowise.json CHANGED
@@ -6,7 +6,7 @@
6
  "logPath": "/data/.flowise/logs",
7
  "tempUploadDir": "/data/uploads",
8
  "chroma": {
9
- "mode": "local",
10
- "dataPath": "/data/chroma"
11
  }
12
  }
 
6
  "logPath": "/data/.flowise/logs",
7
  "tempUploadDir": "/data/uploads",
8
  "chroma": {
9
+ "mode": "remote",
10
+ "url": "http://localhost:8000"
11
  }
12
  }