Skip to content

Commit 4129ded

Browse files
committed
Incorporated Jordan and Ben's comments
1 parent 5d0bd06 commit 4129ded

File tree

3 files changed

+246
-601
lines changed

3 files changed

+246
-601
lines changed

assemblies/assembly-using-developer-lightspeed.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ endif::[]
1313

1414
{ls-brand-name} is designed to support you when performing various tasks during your development workflow.
1515

16+
[NOTE]
17+
====
18+
The `Question Validation` feature is enabled by default if you are using the `quay.io/redhat-ai-dev/llama-stack` image without overriding the `run.yaml` configuration file in the image. To disable `Question Validation`, you must mount a `run.yaml` file to the container with the following sections removed:
19+
* `Safety`
20+
* `Shields`
21+
* `External_providers_dir` set to `null`
22+
====
23+
1624
With `Question Validation` enabled, you can ask {ls-short} the following types of questions:
1725

1826
* “Tell me about {product}.”

modules/developer-lightspeed/con-about-lightspeed-stack-and-llama-stack.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The {lcs-name} serves as the Llama Stack service intermediary, managing configur
99

1010
* {lcs-name} manages authentication, user feedback collection, MCP server configuration, and caching.
1111

12-
* Llama Stack provides the inference functionality that {lcs-short} uses to process requests.
12+
* Llama Stack provides the inference functionality that {lcs-short} uses to process requests. For more information, see https://llamastack.github.io/docs#what-is-llama-stack[What is Llama Stack].
1313

1414
* The {ls-brand-name} plugin in {product-very-short} sends prompts and receives LLM responses through the {lcs-short} sidecar. {lcs-short} then uses the Llama Stack sidecar service to perform inference and MCP or RAG tool calling.
1515

0 commit comments

Comments
 (0)