Skip to content

Commit f7f6dff

Browse files
[release-1.7] RHDHBUGS-2052: Fixed issues in the Dev Lightspeed docs (#1389)
* Fixed issues * Updating the versions * Karthik's comment * Incorporated Kartihk's comments --------- Co-authored-by: Priyanka Abel <[email protected]>
1 parent 6a9ac2d commit f7f6dff

File tree

2 files changed

+23
-16
lines changed

2 files changed

+23
-16
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
:_mod-docs-content-type: CONCEPT
22
[id="con-about-developer-lightspeed_{context}"]
3-
= About Developer Lightspeed
3+
= About {ls-short}
44

55
include::{docdir}/artifacts/snip-developer-preview.adoc[]
66

7-
This early access program enables customers to share feedback on the user experience, features, capabilities, and any issues encountered. Your input helps ensure that Developer Lightspeed better meets your needs when it is officially released and made generally available.
7+
This early access program enables customers to share feedback on the user experience, features, capabilities, and any issues encountered. Your input helps ensure that {ls-short} better meets your needs when it is officially released and made generally available.
88

99
{ls-brand-name} ({ls-short}) is a virtual assistant powered by generative Artificial Intelligence (AI) designed for {product}({product-very-short}). The assistant offers in-depth insights into {product-very-short}, including its wide range of capabilities. You can interact with this assistant to explore and learn more about {product-very-short} in greater detail.
1010

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

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ data:
3131
llm_providers:
3232
- name: dummy
3333
type: openai
34-
url: 'https://dummy.com'
34+
url: https://dummy.com
3535
models:
3636
- name: dummymodel
3737
ols_config:
38+
user_data_collection:
39+
log_level: "DEBUG"
40+
feedback_disabled: false
41+
feedback_storage: "/tmp/feedback"
3842
reference_content:
3943
product_docs_index_path: "./vector_db/rhdh_product_docs/1.7"
4044
product_docs_index_id: rhdh-product-docs-1_7
@@ -43,22 +47,25 @@ data:
4347
type: memory
4448
memory:
4549
max_entries: 1000
46-
authentication_config:
47-
module: noop
48-
default_provider: dummy
49-
default_model: dummymodel
50-
query_validation_method: llm
51-
user_data_collection:
52-
feedback_disabled: false
53-
feedback_storage: /app-root/tmp/data/feedback
50+
logging_config:
51+
app_log_level: info
52+
lib_log_level: warning
53+
uvicorn_log_level: info
54+
suppress_metrics_in_log: false
55+
suppress_auth_checks_warning_in_log: false
56+
authentication_config:
57+
module: "noop"
58+
default_provider: dummy
59+
default_model: dummymodel
60+
query_validation_method: disabled
5461
dev_config:
5562
enable_dev_ui: false
5663
disable_auth: false
5764
disable_tls: true
5865
enable_system_prompt_override: true
5966
user_data_collector_config:
60-
ingress_url: 'https://example.ingress.com/upload'
61-
user_agent: example-agent
67+
user_agent: "example-user-agent"
68+
ingress_url: "https://example.ingress.com/upload"
6269
----
6370
.. Optional: Configure the number of workers that scale the REST API by specifying the following example to the `ols_config.max_workers` parameter in the {rcs-short} ConfigMap.
6471
+
@@ -104,9 +111,9 @@ data:
104111
lightspeed:
105112
# REQUIRED: Configure LLM servers with OpenAI API compatibility
106113
servers:
107-
- id: ${LIGHTSPEED_SERVER_ID}
108-
url: ${LIGHTSPEED_SERVER_URL}
109-
token: ${LIGHTSPEED_SERVER_TOKEN}
114+
- id: ${LLM_SERVER_ID}
115+
url: ${LLM_SERVER_URL}
116+
token: ${LLM_SERVER_TOKEN}
110117
111118
# OPTIONAL: Enable/disable question validation (default: true)
112119
# When enabled, restricts questions to RHDH-related topics for better security

0 commit comments

Comments
 (0)