|
|
@ -1,6 +1,7 @@ |
|
|
# flowise-docker |
|
|
# flowise-docker |
|
|
|
|
|
|
|
|
flowise-docker |
|
|
flowise-docker |
|
|
|
|
|
|
|
|
Create Required Folders First (Important) |
|
|
Create Required Folders First (Important) |
|
|
|
|
|
|
|
|
On your server run: |
|
|
On your server run: |
|
|
@ -13,3 +14,13 @@ Set permission: |
|
|
'''' |
|
|
'''' |
|
|
chmod -R 777 /opt/ai-stack |
|
|
chmod -R 777 /opt/ai-stack |
|
|
'''' |
|
|
'''' |
|
|
|
|
|
|
|
|
|
|
|
#Where FAISS index will be saved |
|
|
|
|
|
|
|
|
|
|
|
Inside Flowise set path like: |
|
|
|
|
|
|
|
|
|
|
|
/opt/ai-stack/data/faiss.index |
|
|
|
|
|
|
|
|
|
|
|
Host location: |
|
|
|
|
|
|
|
|
|
|
|
/opt/ai-stack/data/ |