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
You can customize {ls-short} functionalities such as gathering feedback, storing chat history in PostgreSQL, and configuring Model Context Protocol (MCP) tools.
Copy file name to clipboardExpand all lines: modules/developer-lightspeed/proc-installing-and-configuring-lightspeed.adoc
+16-21Lines changed: 16 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,11 @@ mcp_servers:
55
55
provider_id: model-context-protocol
56
56
url: https://<RHDH_HOST>/api/mcp-actions/v1
57
57
----
58
+
+
58
59
where:
59
60
60
-
`mcp_servers`:: Optional: Set this configuration if you want to integrate MCP. See {model-context-protocol-link}[{model-context-protocol-title}].
61
+
62
+
(Optional) `mcp_servers`:: Set this configuration if you want to integrate MCP. See {model-context-protocol-link}[{model-context-protocol-title}].
61
63
`mcp_servers:name`:: This value must match the entry in the {ls-short} app config file for MCP servers.
62
64
`model-context-protocol`:: This is the tool runtime provider defined and configured in the llama-stack `run.yaml` configuration for use in {lcs-short}.
# OPTIONAL: Port for lightspeed service (default: 8080)
@@ -454,7 +453,7 @@ includes:
454
453
subPath: rhdh_product_docs
455
454
456
455
----
457
-
... Add the {ls-short} and Llama Stack Secret file as shown in the following example:
456
+
... Add the Llama Stack Secret file as shown in the following example:
458
457
+
459
458
[source,yaml]
460
459
----
@@ -465,7 +464,7 @@ includes:
465
464
+
466
465
[NOTE]
467
466
====
468
-
* Your {product-very-short} container is typically already present in your Kubernetes CR. You are adding the two additional container definitions for {lcs-short} and Llama Stack as the {lcs-short} sidecar.
467
+
* Your {product-very-short} container is typically already present in your Kubernetes custom resource (CR). You are adding the two additional container definitions for {lcs-short} and Llama Stack as the {lcs-short} sidecar.
469
468
====
470
469
... Click *Save*. The Pods are automatically restarted.
0 commit comments