File tree Expand file tree Collapse file tree
chatbot-streaming-reasoning
chatbot-streaming-simple-blocking
chatbot-streaming-with-tool-interceptor
chatbot-with-tool-registry Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ Add the SDK to your **Maven** project:
2323<dependency >
2424 <groupId >com.ibm.watsonx</groupId >
2525 <artifactId >watsonx-ai</artifactId >
26- <version >0.18 .0</version >
26+ <version >0.19 .0</version >
2727</dependency >
2828```
2929
3030Or for ** Gradle** :
3131
3232``` gradle
33- implementation 'com.ibm.watsonx:watsonx-ai:0.18 .0'
33+ implementation 'com.ibm.watsonx:watsonx-ai:0.19 .0'
3434```
3535
3636## Quick Start
Original file line number Diff line number Diff line change 11title : IBM watsonx.ai
22description : Java SDK for watsonx.ai
3- watsonx_version : " 0.18 .0"
3+ watsonx_version : " 0.19 .0"
44theme : just-the-docs
55markdown : kramdown
66permalink : pretty
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >com.ibm.watsonx</groupId >
2626 <artifactId >watsonx-ai-parent</artifactId >
27- <version >999-SNAPSHOT </version >
27+ <version >0.19.0 </version >
2828 <relativePath >../..</relativePath >
2929 </parent >
3030
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >com.ibm.watsonx</groupId >
2424 <artifactId >watsonx-ai-parent</artifactId >
25- <version >999-SNAPSHOT </version >
25+ <version >0.19.0 </version >
2626 <relativePath >../..</relativePath >
2727 </parent >
2828
2929 <dependencies >
3030 <dependency >
3131 <groupId >com.ibm.watsonx</groupId >
3232 <artifactId >watsonx-ai-core</artifactId >
33- <version >999-SNAPSHOT </version >
33+ <version >0.19.0 </version >
3434 </dependency >
3535 <dependency >
3636 <groupId >org.jboss.weld</groupId >
Original file line number Diff line number Diff line change 66 <name >IBM watsonx.ai Java SDK</name >
77 <groupId >com.ibm.watsonx</groupId >
88 <artifactId >watsonx-ai-parent</artifactId >
9- <version >999-SNAPSHOT </version >
9+ <version >0.19.0 </version >
1010 <packaging >pom</packaging >
1111 <url >https://ibm.github.io/watsonx-ai-java-sdk/</url >
1212 <description >Java client library and SDK for IBM watsonx.ai</description >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.ibm.watsonx</groupId >
77 <artifactId >batch</artifactId >
8- <version >0.18 .0</version >
8+ <version >0.19 .0</version >
99 <name >Batch</name >
1010
1111 <parent >
1212 <groupId >com.ibm.watsonx</groupId >
1313 <artifactId >sample-parent</artifactId >
14- <version >0.18 .0</version >
14+ <version >0.19 .0</version >
1515 <relativePath >../</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 1010 <parent >
1111 <groupId >com.ibm.watsonx</groupId >
1212 <artifactId >sample-parent</artifactId >
13- <version >0.18 .0</version >
13+ <version >0.19 .0</version >
1414 <relativePath >../</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.ibm.watsonx</groupId >
77 <artifactId >streaming-reasoning-chatbot</artifactId >
8- <version >0.18 .0</version >
8+ <version >0.19 .0</version >
99 <name >Streaming Chatbot Reasoning</name >
1010
1111 <parent >
1212 <groupId >com.ibm.watsonx</groupId >
1313 <artifactId >sample-parent</artifactId >
14- <version >0.18 .0</version >
14+ <version >0.19 .0</version >
1515 <relativePath >../</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.ibm.watsonx</groupId >
77 <artifactId >streaming-chatbot-simple</artifactId >
8- <version >0.18 .0</version >
8+ <version >0.19 .0</version >
99 <name >Streaming Chatbot Simple</name >
1010
1111 <parent >
1212 <groupId >com.ibm.watsonx</groupId >
1313 <artifactId >sample-parent</artifactId >
14- <version >0.18 .0</version >
14+ <version >0.19 .0</version >
1515 <relativePath >../</relativePath >
1616 </parent >
1717
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.ibm.watsonx</groupId >
77 <artifactId >streaming-chatbot-tools</artifactId >
8- <version >0.18 .0</version >
8+ <version >0.19 .0</version >
99 <name >Streaming Chatbot Tools</name >
1010
1111 <parent >
1212 <groupId >com.ibm.watsonx</groupId >
1313 <artifactId >sample-parent</artifactId >
14- <version >0.18 .0</version >
14+ <version >0.19 .0</version >
1515 <relativePath >../</relativePath >
1616 </parent >
1717
You can’t perform that action at this time.
0 commit comments