diff --git a/README.md b/README.md index c2745b6..484a5e1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # flowise-docker flowise-docker + Create Required Folders First (Important) On your server run: @@ -12,4 +13,14 @@ Set permission: '''' chmod -R 777 /opt/ai-stack -'''' \ No newline at end of file +'''' + +#Where FAISS index will be saved + +Inside Flowise set path like: + +/opt/ai-stack/data/faiss.index + +Host location: + +/opt/ai-stack/data/ \ No newline at end of file