File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
122122Latest Lightspeed Core developer image:
Original file line number Diff line number Diff line change @@ -14,4 +14,8 @@ user_data_collection:
1414 feedback_enabled : false
1515 feedback_storage : " /tmp/data/feedback"
1616authentication :
17- module : " noop"
17+ module : " noop"
18+ conversation_cache :
19+ type : " sqlite"
20+ sqlite :
21+ db_path : " /tmp/cache.db"
You can’t perform that action at this time.
0 commit comments