From 05ebdb0f33bc4e6d4c239efa7cd0f9931dbafb84 Mon Sep 17 00:00:00 2001 From: alamin Date: Fri, 6 Mar 2026 09:51:54 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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