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
CloudBank can be deployed using the `--script`commandin`oractl`. CloudBank will be deployed in the namespace `application`. You are going to be asked for passwords when the `bind`command executes.
86
+
CloudBank can be deployed using the `--script`commandin`oractl`. CloudBank will be deployed in the namespace `application`. You are going to be asked for passwords when the `bind`command executes.**NOTE:** This will *NOT* deploy the chatbot service as it's an optional infrastructure deployment.
deploy --service-name transfer --artifact-path transfer/target/transfer-0.0.1-SNAPSHOT.jar --image-version 0.0.1 --java-version ghcr.io/oracle/graalvm-native-image-obaas:21
153
154
```
154
155
156
+
## Deploy **optional** Chatbot
157
+
158
+
If you have deployed OBaas with a GPU cluster and installed Ollama on the GPU cluster [Install Ollama](https://oracle.github.io/microservices-datadriven/cloudbank/springai/simple-chat/index.html) you can deploy the `chatbot` service.
159
+
160
+
> Note if you already have a running session with `oractl` you can skip step 1-3.
curl -X POST -d 'what is spring boot?' http://localhost:7575/chat
192
+
```
193
+
The command should return something similar to this:
194
+
195
+
```text
196
+
A popular question!
197
+
198
+
Spring Boot is an open-source Java-based framework that provides a simple and efficient wait to build web applications, RESTful APIs, and microservices. It's built on top of the Spring Framework, but with a more streamlined and opinionated approach.
0 commit comments