Skip to content

Commit 3032c73

Browse files
authored
RHDHPAI-1075: Post GA changes (#1329)
* Post GA changes * Incorporated Karthik's and Judy's comments
1 parent 3ec05b4 commit 3032c73

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

modules/developer-lightspeed/con-about-developer-lightspeed.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This early access program enables customers to share feedback on the user experi
1010

1111
{ls-short} provides a natural language interface within the {product-very-short} console, helping you easily find information about the product, understand its features, and get answers to your questions.
1212

13-
You can experience {ls-short} Developer Preview by installing the Developer Lightspeed for {product} plugin within an existing {product-very-short} instance. Alternatively, if you prefer a to test it locally first, you can try {ls-short} using link:https://github.com/redhat-developer/rhdh-local[{product-local-very-short}].
13+
You can experience {ls-short} Developer Preview by installing the Developer Lightspeed for {product} plugin within an existing {product-very-short} instance. Alternatively, if you prefer to test it locally first, you can try {ls-short} using link:https://github.com/redhat-developer/rhdh-local/blob/main/README.md[{product-local-very-short}].
1414

1515
image::rhdh-plugins-reference/developer-lightspeed.png[]

modules/developer-lightspeed/proc-installing-and-configuring-lightspeed.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ data:
3636
- name: dummymodel
3737
ols_config:
3838
reference_content:
39-
product_docs_index_path: "./vector_db/rhdh_product_docs/1.6"
40-
product_docs_index_id: rhdh-product-docs-1_6
39+
product_docs_index_path: "./vector_db/rhdh_product_docs/1.7"
40+
product_docs_index_id: rhdh-product-docs-1_7
4141
embeddings_model_path: "./embeddings_model"
4242
conversation_cache:
4343
type: memory
@@ -294,7 +294,7 @@ spec:
294294
envFrom:
295295
- secretRef:
296296
name: lightspeed-secrets
297-
image: 'quay.io/redhat-ai-dev/road-core-service:rcs-06302025-rhdh-1.6'
297+
image: 'quay.io/redhat-ai-dev/road-core-service:rcs-06302025-rhdh-1.7'
298298
name: road-core-sidecar
299299
ports:
300300
- containerPort: 8080
@@ -409,7 +409,7 @@ extraVolumes:
409409
envFrom:
410410
- secretRef:
411411
name: lightspeed-secrets
412-
image: 'quay.io/redhat-ai-dev/road-core-service:rcs-06302025-rhdh-1.6'
412+
image: 'quay.io/redhat-ai-dev/road-core-service:rcs-06302025-rhdh-1.7'
413413
name: road-core-sidecar
414414
ports:
415415
- containerPort: 8080
@@ -456,7 +456,7 @@ upstream:
456456
envFrom:
457457
- secretRef:
458458
name: lightspeed-secrets
459-
image: 'quay.io/redhat-ai-dev/road-core-service:rcs-06302025-rhdh-1.6'
459+
image: 'quay.io/redhat-ai-dev/road-core-service:rcs-06302025-rhdh-1.7'
460460
name: road-core-sidecar
461461
ports:
462462
- containerPort: 8080

modules/developer-lightspeed/proc-using-developer-lightspeed-to-start-a-chat-for-the-first-time.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@ You can start a chat with {ls-short} for quick answers on a number of topics dep
1818
. You can start a chat in either of the following ways:
1919
** To manually start a chat, in the *Send a message* text box, you can do any of the following tasks:
2020
*** Type your query and press *Enter*.
21-
*** To add attachments in the chat, click the *Attach* icon, select the file you want to send in your chat and click *Open*.
21+
*** To attach a file in the chat, click the *Attach* icon or drag and drop the file in your chat.
22+
+
23+
[NOTE]
24+
====
25+
The following file types are supported: `yaml`, `json`, `txt`, and `xml`.
26+
====
27+
*** Click *Open*.
2228
** To start a chat using the existing prompts, in the {ls-short} virtual assistant interface, click any of the relevant prompt tiles.

0 commit comments

Comments
 (0)