Browse Source

Update 'README.md'

master
alamin 20 hours ago
parent
commit
04b9f1ed48
  1. 18
      README.md

18
README.md

@ -2,25 +2,27 @@
flowise-docker
Create Required Folders First (Important)
# Create Required Folders First (Important)
On your server run:
''''
```bash
mkdir -p /opt/ai-stack/flowise
mkdir -p /opt/ai-stack/data
''''
```
Set permission:
''''
```bash
chmod -R 777 /opt/ai-stack
''''
```
#Where FAISS index will be saved
Inside Flowise set path like:
```bash
/opt/ai-stack/data/faiss.index
```
Host location:
/opt/ai-stack/data/
```bash
/opt/ai-stack/data/
```
Loading…
Cancel
Save