Skip to content

Commit 908646e

Browse files
committed
Update Blog “build-your-first-ai-chatbot-on-hpe-private-cloud-ai-using-flowise-and-hpe-mlis”
1 parent 1e845f9 commit 908646e

File tree

4 files changed

+18
-26
lines changed

4 files changed

+18
-26
lines changed

content/blog/build-your-first-ai-chatbot-on-hpe-private-cloud-ai-using-flowise-and-hpe-mlis.md

Lines changed: 18 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ date: 2025-07-11T13:38:06.049Z
55
author: Santosh Nagaraj
66
authorimage: /img/santosh-picture-192.jpg
77
disable: false
8+
tags:
9+
- HPE Private Cloud AI
10+
- Chatbot
11+
- hpe-private-cloud-ai
12+
- HPE MLIS
813
---
914
In today’s AI-driven landscape, conversational interfaces are transforming how organizations interact with users and automate workflows. Building a secure, scalable, and customizable chatbot solution requires robust infrastructure and flexible AI tooling. HPE Private Cloud AI (PCAI) provides a powerful platform for deploying and managing AI workloads, while Flowise and HPE MLIS (Machine Learning Inference Software) offer the tools to rapidly build, deploy, and manage chatbots powered by large language models (LLMs).
1015

@@ -146,41 +151,28 @@ Use Flowise's drag-and-drop interface to design your chatbot’s conversational
146151

147152
* **Add New Chatflow:**
148153

149-
![](/img/chatflow-1.jpg)
154+
![](/img/chatflow-1.jpg)
150155

156+
Save the Chartflow with a name, 'AI Chatbot' and add the following 'Nodes' and make the connections as shown in the screenshot.
151157

152-
* **Configure LLM Node:** Set the endpoint to your deployed MLIS service.
153-
* **Test the Flow:** Use the built-in chat preview to validate responses.
158+
* **Chat Models (Chat NVIDIA NIM):** Set Deployment 'Endpoint' from HPE MLIS as 'Base Path', corresponding 'Model Name' and 'API Key' from HPE MLIS for 'Connect Credential'.
159+
* **Memory (Buffer Window Memory):** Set appropriate 'Size'.
160+
* **Chains (Conversation Chain):** Connect 'Chat NVIDIA NIM' and 'Buffer Window Memory' nodes as shown.
154161

155-
### 3. Secure and Govern Access
162+
![](/img/chatflow-2.jpg)
156163

157-
Leverage HPE PCAI’s RBAC and network policies to restrict access to the chatbot and underlying data sources. Use MLIS monitoring features to track model usage and performance.
164+
AI Chatbot is now ready! You may quickly test it by clicking the 'chat' icon on top right corner of the screen.
158165

159-
- - -
160-
161-
## Pushing Custom Chatbot Images (Optional)
162-
163-
If you customize FlowiseAI or build your own chatbot container, push the image to your local Harbor registry:
164-
165-
```bash
166-
docker build -t harbor.ingress.pcai0104.ld7.hpecolo.net/demo/flowiseai-chatbot:v1 .
167-
docker push harbor.ingress.pcai0104.ld7.hpecolo.net/demo/flowiseai-chatbot:v1
168-
```
166+
![](/img/chatflow-3.jpg)
169167

170-
Update your Helm chart to use the new image.
168+
### Accessing AI Chatbot from external applications
171169

172-
- - -
173-
174-
## Deploying the Chatbot Application
175-
176-
With FlowiseAI and MLIS configured, deploy your chatbot application to HPE PCAI using the Import Framework. The chatbot will be accessible via its endpoint, ready to serve users across your organization.
170+
Flowise provides an API Endpoint for the Chatbot, with multiple ways of integrating it with your applications. Also, you may explore multiple configurations that are available to enhance the chatbot.
177171

178-
Monitor usage and performance through the FlowiseAI and MLIS dashboards. Use PCAI’s audit logs for compliance and troubleshooting.
179-
180-
- - -
172+
![](/img/chatflow-4.jpg)
181173

182174
## Conclusion
183175

184-
By combining FlowiseAI’s intuitive chatbot builder with HPE MLIS’s robust model management, HPE Private Cloud AI empowers organizations to rapidly develop, deploy, and govern conversational AI solutions. This integrated approach ensures data privacy, operational control, and scalability for enterprise chatbot deployments.
176+
By combining Flowise’s intuitive chatbot builder with HPE MLIS’s robust model management, HPE Private Cloud AI empowers organizations to rapidly develop, deploy, and govern conversational AI solutions. This integrated approach ensures data privacy, operational control, and scalability for enterprise chatbot deployments.
185177

186-
Stay tuned to the HPE Developer Community blog for more guides and best practices on leveraging HPE PCAI for your AI
178+
Stay tuned to the [HPE Developer Community blog](https://developer.hpe.com/blog/) for more guides and best practices on leveraging 'HPE Private Cloud AI' for your AI.

static/img/chatflow-2.jpg

144 KB
Loading

static/img/chatflow-3.jpg

120 KB
Loading

static/img/chatflow-4.jpg

75.9 KB
Loading

0 commit comments

Comments
 (0)