Skip to content

Commit fc85da8

Browse files
authored
Update build commands readme.md, add cache info for local run in lightspeed-stack.yaml (#16)
Signed-off-by: Lucas <lyoon@redhat.com>
1 parent 3a79872 commit fc85da8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ By default this Llama Stack has a Safety Shield for question validation enabled.
116116
### Running Locally
117117

118118
```
119-
podman run -it -p 8321:8321 --env-file ./env/values.env -v ./embeddings_model:/app-root/embeddings_model -v ./vector_db/rhdh_product_docs:/app-root/vector_db/rhdh_product_docs quay.io/redhat-ai-dev/llama-stack:latest
119+
podman run -it -p 8321:8321 --env-file ./env/values.env -v ./embeddings_model:/app-root/embeddings_model:Z -v ./vector_db/rhdh_product_docs:/app-root/vector_db/rhdh_product_docs:Z quay.io/redhat-ai-dev/llama-stack:latest
120120
```
121121

122122
Latest Lightspeed Core developer image:

lightspeed-stack.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ user_data_collection:
1414
feedback_enabled: false
1515
feedback_storage: "/tmp/data/feedback"
1616
authentication:
17-
module: "noop"
17+
module: "noop"
18+
conversation_cache:
19+
type: "sqlite"
20+
sqlite:
21+
db_path: "/tmp/cache.db"

0 commit comments

Comments
 (0)