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 AIpowered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.
9
+
Lightspeed Core Stack (LCS) is an AI-powered assistant that provides answers to product questions using backend LLM services, agents, and RAG databases.
10
10
11
11
12
12
<!-- vim-markdown-toc GFM -->
13
13
14
-
*[Prerequisities](#prerequisities)
14
+
*[Architecture](#architecture)
15
+
*[Integration with Llama Stack](#integration-with-llama-stack)
16
+
*[Prerequisites](#prerequisites)
15
17
*[Installation](#installation)
16
18
*[Configuration](#configuration)
17
19
*[Llama Stack as separate server](#llama-stack-as-separate-server)
@@ -33,10 +35,30 @@ Lightspeed Core Stack (LCS) is an AI powered assistant that provides answers to
33
35
*[Utility to generate OpenAPI schema](#utility-to-generate-openapi-schema)
Copy file name to clipboardExpand all lines: docs/installation_linux.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Lightspeed Core Stack installation on Linux
2
2
3
-
## Prerequisities
3
+
## Prerequisites
4
4
5
5
- git
6
6
- Python 3.12 or 3.13
@@ -15,3 +15,5 @@
15
15
1.`cd service`
16
16
1.`uv info` -- should return no error
17
17
1.`uv install`
18
+
19
+
Note: `pip` installs the `uv` binary into ~/.local/bin, which is often missing from `$PATH` on fresh distributions. If the `uv` command is not found, please check if `$PATH` environment variable is set correctly.
0 commit comments