Skip to content

Commit 5f3b300

Browse files
committed
Docs: Update Chatbot_NLP_Demo.md after manual edits.
1 parent 7cc891f commit 5f3b300

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Chatbot_NLP_Demo.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,6 @@ ai.provider.priority=OPENAI,OLLAMA,SIMPLE
8989

9090
---
9191

92-
## 5. Architecture Diagram
93-
94-
```mermaid
95-
graph TD
96-
A[User/Engineer] -->|Natural Language Query| B(Chatbot/NLP Engine)
97-
B -->|Intent Recognition| C{Intent}
98-
C -->|Knowledge Query| D(RAG Engine)
99-
C -->|Framework Action| E(Automation Framework)
100-
D -->|Semantic Search| F[Knowledge Base]
101-
D -->|Embedding Lookup| G[Embedding Cache]
102-
D -->|LLM Completion| H[LLM Providers]
103-
H -->|OpenAI/HuggingFace/Ollama| I[Cloud/Local LLMs]
104-
F -->|Docs, Code, Best Practices| D
105-
G -->|Cached Embeddings| D
106-
D -->|Synthesized Answer| B
107-
B -->|Conversational Response| A
108-
```
109-
110-
---
11192

11293
## 6. Why Use This Chatbot?
11394
- Get instant, accurate answers grounded in your own framework.

0 commit comments

Comments
 (0)