Browse Source

Update 'README.md'

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

18
README.md

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