Update README.md

This commit is contained in:
Hamza 2026-05-21 11:22:06 +02:00
parent f555cc054d
commit df6da6d8e4

View File

@ -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
```
<img height=700 src="assets/Chatbot%20Flowchart.PNG" />
---