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
|
```bash
|
||||||
npx flowise start
|
npx flowise start
|
||||||
|
# OR
|
||||||
|
npx flowise start --PORT=3030 # set port
|
||||||
```
|
```
|
||||||
|
|
||||||
Flowise will start on **http://localhost:3000**
|
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:
|
The final flow looks like this:
|
||||||
|
|
||||||
```
|
<img height=700 src="assets/Chatbot%20Flowchart.PNG" />
|
||||||
Document Store
|
|
||||||
↓
|
|
||||||
Recursive Character Text Splitter
|
|
||||||
↓
|
|
||||||
Ollama Embeddings → Faiss Vector Store → Conversational Retrieval QA Chain
|
|
||||||
↑
|
|
||||||
Ollama (Chat)
|
|
||||||
↑
|
|
||||||
Buffer Memory
|
|
||||||
```
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user