Skip to content

Commit c285340

Browse files
committed
Updated documentation accordingly
1 parent de4b13c commit c285340

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The service includes comprehensive user data collection capabilities for various
2727
* [Llama Stack project and configuration](#llama-stack-project-and-configuration)
2828
* [Check connection to Llama Stack](#check-connection-to-llama-stack)
2929
* [Llama Stack as client library](#llama-stack-as-client-library)
30+
* [Llama Stack version check](#llama-stack-version-check)
3031
* [User data collection](#user-data-collection)
3132
* [System prompt](#system-prompt)
3233
* [Safety Shields](#safety-shields)
@@ -243,6 +244,12 @@ user_data_collection:
243244
transcripts_storage: "/tmp/data/transcripts"
244245
```
245246

247+
## Llama Stack version check
248+
249+
During Lightspeed Core Stack service startup, the Llama Stack version is retrieved. The version is tested against two constants `MINIMAL_SUPPORTED_LLAMA_STACK_VERSION` and `MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION` which are defined in `src/constants.py`. If the actual Llama Stack version is outside the range defined by these two constants, the service won't start and administrator will be informed about this problem.
250+
251+
252+
246253
## User data collection
247254

248255
The Lightspeed Core Stack includes comprehensive user data collection capabilities to gather various types of user interaction data for analysis and improvement. This includes feedback, conversation transcripts, and other user interaction data.

0 commit comments

Comments
 (0)