Update README.md
This commit is contained in:
parent
f555cc054d
commit
df6da6d8e4
14
README.md
14
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
|
||||
```
|
||||
<img height=700 src="assets/Chatbot%20Flowchart.PNG" />
|
||||
|
||||
---
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user