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 -``` + ---