From df6da6d8e47cafc99513499250177c8a315e94ba Mon Sep 17 00:00:00 2001 From: Hamza Date: Thu, 21 May 2026 11:22:06 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a10fc5b..e9a5373 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,8 @@ npm install -g flowise ```bash npx flowise start +# OR +npx flowise start --PORT=3030 # set port ``` Flowise will start on **http://localhost:3000** @@ -168,17 +170,7 @@ Open Flowise at `http://localhost:3000` → click **Add New** to create a new ch The final flow looks like this: -``` -Document Store - ↓ -Recursive Character Text Splitter - ↓ -Ollama Embeddings → Faiss Vector Store → Conversational Retrieval QA Chain - ↑ - Ollama (Chat) - ↑ - Buffer Memory -``` + ---