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
Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.
12
12
@@ -19,6 +19,7 @@ The service includes comprehensive user data collection capabilities for various
Lightspeed core is able to continue operating in a _degraded but safe_ mode if the LLS service is not started or fails to start. When degraded, the `/health` endpoint report the LLS status and any relevant impacts so operators and automation can detect and respond.
351
+
352
+
Degraded mode need to be enabled in `lightspeed-stack.yaml` configuration file:
353
+
354
+
```yaml
355
+
allow_degraded_mode = true
356
+
```
357
+
358
+
[NOTE] Ability to run in degraded mode is disabled by default.
359
+
360
+
361
+
346
362
### MCP Server and Tool Configuration
347
363
348
364
**Note**: The `run.yaml` configuration is currently an implementation detail. In the future, all configuration will be available directly from the lightspeed-core config.
0 commit comments