Skip to content

Commit 630f315

Browse files
Update the latest release version 1.3.1 in documentation
1 parent fed6ee4 commit 630f315

File tree

5 files changed

+105
-9
lines changed

5 files changed

+105
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:project-version: 1.3.0
1+
:project-version: 1.3.1
22
:langchain4j-version: 1.6.0
33
:langchain4j-embeddings-version: 1.6.0-beta12
44
:examples-dir: ./../examples/

docs/modules/ROOT/pages/includes/quarkus-langchain4j-mcp.adoc

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,54 @@ endif::add-copy-button-to-env-var[]
223223
|boolean
224224
|`false`
225225

226+
a| [[quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check]] [.property-path]##link:#quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check[`quarkus.langchain4j.mcp."client-name".microprofile-health-check`]##
227+
ifdef::add-copy-button-to-config-props[]
228+
config_property_copy_button:+++quarkus.langchain4j.mcp."client-name".microprofile-health-check+++[]
229+
endif::add-copy-button-to-config-props[]
230+
231+
232+
[.description]
233+
--
234+
Whether to prefer MicroProfile health checks. Applies to MCP HTTP clients only.
235+
236+
If this property is enabled, an HTTP GET call is made to an MCP Server MicroProfile Health endpoint. MicroProfile Health endpoint URL is calculated by extracting a base URL that has no path component from the `url()` property and adding the `microprofile-health-check-path()` path to it.
237+
238+
Default MCP Client health check that opens a Streamable HTTP or SSE transport channel is attempted when a MicroProfile health check returns an HTTP 404 or other error status.
239+
240+
241+
ifdef::add-copy-button-to-env-var[]
242+
Environment variable: env_var_with_copy_button:+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK+++[]
243+
endif::add-copy-button-to-env-var[]
244+
ifndef::add-copy-button-to-env-var[]
245+
Environment variable: `+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK+++`
246+
endif::add-copy-button-to-env-var[]
247+
--
248+
|boolean
249+
|`false`
250+
251+
a| [[quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check-path]] [.property-path]##link:#quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check-path[`quarkus.langchain4j.mcp."client-name".microprofile-health-check-path`]##
252+
ifdef::add-copy-button-to-config-props[]
253+
config_property_copy_button:+++quarkus.langchain4j.mcp."client-name".microprofile-health-check-path+++[]
254+
endif::add-copy-button-to-config-props[]
255+
256+
257+
[.description]
258+
--
259+
Relative path of an MCP Server MicroProfile Health endpoint. This property is effective only when the `microprofile-health-check()` property is enabled.
260+
261+
MicroProfile Health endpoint URL is calculated by extracting the base URL that has no path component from the `url()` property and adding a value of this property to it.
262+
263+
264+
ifdef::add-copy-button-to-env-var[]
265+
Environment variable: env_var_with_copy_button:+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK_PATH+++[]
266+
endif::add-copy-button-to-env-var[]
267+
ifndef::add-copy-button-to-env-var[]
268+
Environment variable: `+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK_PATH+++`
269+
endif::add-copy-button-to-env-var[]
270+
--
271+
|string
272+
|`/q/health`
273+
226274
a| [[quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-tool-execution-timeout]] [.property-path]##link:#quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-tool-execution-timeout[`quarkus.langchain4j.mcp."client-name".tool-execution-timeout`]##
227275
ifdef::add-copy-button-to-config-props[]
228276
config_property_copy_button:+++quarkus.langchain4j.mcp."client-name".tool-execution-timeout+++[]

docs/modules/ROOT/pages/includes/quarkus-langchain4j-mcp_quarkus.langchain4j.adoc

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,54 @@ endif::add-copy-button-to-env-var[]
223223
|boolean
224224
|`false`
225225

226+
a| [[quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check]] [.property-path]##link:#quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check[`quarkus.langchain4j.mcp."client-name".microprofile-health-check`]##
227+
ifdef::add-copy-button-to-config-props[]
228+
config_property_copy_button:+++quarkus.langchain4j.mcp."client-name".microprofile-health-check+++[]
229+
endif::add-copy-button-to-config-props[]
230+
231+
232+
[.description]
233+
--
234+
Whether to prefer MicroProfile health checks. Applies to MCP HTTP clients only.
235+
236+
If this property is enabled, an HTTP GET call is made to an MCP Server MicroProfile Health endpoint. MicroProfile Health endpoint URL is calculated by extracting a base URL that has no path component from the `url()` property and adding the `microprofile-health-check-path()` path to it.
237+
238+
Default MCP Client health check that opens a Streamable HTTP or SSE transport channel is attempted when a MicroProfile health check returns an HTTP 404 or other error status.
239+
240+
241+
ifdef::add-copy-button-to-env-var[]
242+
Environment variable: env_var_with_copy_button:+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK+++[]
243+
endif::add-copy-button-to-env-var[]
244+
ifndef::add-copy-button-to-env-var[]
245+
Environment variable: `+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK+++`
246+
endif::add-copy-button-to-env-var[]
247+
--
248+
|boolean
249+
|`false`
250+
251+
a| [[quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check-path]] [.property-path]##link:#quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-microprofile-health-check-path[`quarkus.langchain4j.mcp."client-name".microprofile-health-check-path`]##
252+
ifdef::add-copy-button-to-config-props[]
253+
config_property_copy_button:+++quarkus.langchain4j.mcp."client-name".microprofile-health-check-path+++[]
254+
endif::add-copy-button-to-config-props[]
255+
256+
257+
[.description]
258+
--
259+
Relative path of an MCP Server MicroProfile Health endpoint. This property is effective only when the `microprofile-health-check()` property is enabled.
260+
261+
MicroProfile Health endpoint URL is calculated by extracting the base URL that has no path component from the `url()` property and adding a value of this property to it.
262+
263+
264+
ifdef::add-copy-button-to-env-var[]
265+
Environment variable: env_var_with_copy_button:+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK_PATH+++[]
266+
endif::add-copy-button-to-env-var[]
267+
ifndef::add-copy-button-to-env-var[]
268+
Environment variable: `+++QUARKUS_LANGCHAIN4J_MCP__CLIENT_NAME__MICROPROFILE_HEALTH_CHECK_PATH+++`
269+
endif::add-copy-button-to-env-var[]
270+
--
271+
|string
272+
|`/q/health`
273+
226274
a| [[quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-tool-execution-timeout]] [.property-path]##link:#quarkus-langchain4j-mcp_quarkus-langchain4j-mcp-client-name-tool-execution-timeout[`quarkus.langchain4j.mcp."client-name".tool-execution-timeout`]##
227275
ifdef::add-copy-button-to-config-props[]
228276
config_property_copy_button:+++quarkus.langchain4j.mcp."client-name".tool-execution-timeout+++[]

docs/modules/ROOT/pages/includes/quarkus-langchain4j-tavily.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ endif::add-copy-button-to-config-props[]
204204

205205
[.description]
206206
--
207-
A list of domains to specifically include in the search results. Default is ++[]++, which includes all domains.
207+
A list of domains to specifically include in the search results. By default all domains are included.
208208

209209

210210
ifdef::add-copy-button-to-env-var[]
@@ -215,7 +215,7 @@ Environment variable: `+++QUARKUS_LANGCHAIN4J_TAVILY_INCLUDE_DOMAINS+++`
215215
endif::add-copy-button-to-env-var[]
216216
--
217217
|list of string
218-
|`[]`
218+
|`empty list`
219219

220220
a| [[quarkus-langchain4j-tavily_quarkus-langchain4j-tavily-exclude-domains]] [.property-path]##link:#quarkus-langchain4j-tavily_quarkus-langchain4j-tavily-exclude-domains[`quarkus.langchain4j.tavily.exclude-domains`]##
221221
ifdef::add-copy-button-to-config-props[]
@@ -225,7 +225,7 @@ endif::add-copy-button-to-config-props[]
225225

226226
[.description]
227227
--
228-
A list of domains to specifically exclude from the search results. Default is ++[]++, which doesn't exclude any domains.
228+
A list of domains to specifically exclude from the search results. By default no domains are excluded.
229229

230230

231231
ifdef::add-copy-button-to-env-var[]
@@ -236,7 +236,7 @@ Environment variable: `+++QUARKUS_LANGCHAIN4J_TAVILY_EXCLUDE_DOMAINS+++`
236236
endif::add-copy-button-to-env-var[]
237237
--
238238
|list of string
239-
|`[]`
239+
|`empty list`
240240

241241
|===
242242

docs/modules/ROOT/pages/includes/quarkus-langchain4j-tavily_quarkus.langchain4j.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ endif::add-copy-button-to-config-props[]
204204

205205
[.description]
206206
--
207-
A list of domains to specifically include in the search results. Default is ++[]++, which includes all domains.
207+
A list of domains to specifically include in the search results. By default all domains are included.
208208

209209

210210
ifdef::add-copy-button-to-env-var[]
@@ -215,7 +215,7 @@ Environment variable: `+++QUARKUS_LANGCHAIN4J_TAVILY_INCLUDE_DOMAINS+++`
215215
endif::add-copy-button-to-env-var[]
216216
--
217217
|list of string
218-
|`[]`
218+
|`empty list`
219219

220220
a| [[quarkus-langchain4j-tavily_quarkus-langchain4j-tavily-exclude-domains]] [.property-path]##link:#quarkus-langchain4j-tavily_quarkus-langchain4j-tavily-exclude-domains[`quarkus.langchain4j.tavily.exclude-domains`]##
221221
ifdef::add-copy-button-to-config-props[]
@@ -225,7 +225,7 @@ endif::add-copy-button-to-config-props[]
225225

226226
[.description]
227227
--
228-
A list of domains to specifically exclude from the search results. Default is ++[]++, which doesn't exclude any domains.
228+
A list of domains to specifically exclude from the search results. By default no domains are excluded.
229229

230230

231231
ifdef::add-copy-button-to-env-var[]
@@ -236,7 +236,7 @@ Environment variable: `+++QUARKUS_LANGCHAIN4J_TAVILY_EXCLUDE_DOMAINS+++`
236236
endif::add-copy-button-to-env-var[]
237237
--
238238
|list of string
239-
|`[]`
239+
|`empty list`
240240

241241
|===
242242

0 commit comments

Comments
 (0)