You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/build-your-first-ai-chatbot-on-hpe-private-cloud-ai-using-flowise-and-hpe-mlis.md
+18-26Lines changed: 18 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,11 @@ date: 2025-07-11T13:38:06.049Z
5
5
author: Santosh Nagaraj
6
6
authorimage: /img/santosh-picture-192.jpg
7
7
disable: false
8
+
tags:
9
+
- HPE Private Cloud AI
10
+
- Chatbot
11
+
- hpe-private-cloud-ai
12
+
- HPE MLIS
8
13
---
9
14
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).
10
15
@@ -146,41 +151,28 @@ Use Flowise's drag-and-drop interface to design your chatbot’s conversational
146
151
147
152
***Add New Chatflow:**
148
153
149
-

154
+

150
155
156
+
Save the Chartflow with a name, 'AI Chatbot' and add the following 'Nodes' and make the connections as shown in the screenshot.
151
157
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.
154
161
155
-
### 3. Secure and Govern Access
162
+

156
163
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.
158
165
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:
### Accessing AI Chatbot from external applications
171
169
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.
177
171
178
-
Monitor usage and performance through the FlowiseAI and MLIS dashboards. Use PCAI’s audit logs for compliance and troubleshooting.
179
-
180
-
- - -
172
+

181
173
182
174
## Conclusion
183
175
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.
185
177
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.
0 commit comments