Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion env/default-values.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Service Images
LIGHTSPEED_CORE_IMAGE=quay.io/lightspeed-core/lightspeed-stack:0.5.1
RAG_CONTENT_IMAGE=quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0-642c567fe10a62b5ff711654306b72912f341e05
RAG_CONTENT_IMAGE=quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3

# Enable Inference Providers
## Set any providers you want enabled to 'true'
Expand Down
2 changes: 1 addition & 1 deletion images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ lightspeed-core:
image: quay.io/lightspeed-core/lightspeed-stack:0.5.1
rag-content:
llama_version: 0.5.0
image: quay.io/redhat-ai-dev/rag-content:release-1.9-lls-0.5.0-642c567fe10a62b5ff711654306b72912f341e05
image: quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3
4 changes: 2 additions & 2 deletions llama-stack-configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ storage:
db_path: /tmp/sql_store.db
kv_rag:
type: kv_sqlite
db_path: /rag-content/vector_db/rhdh_product_docs/1.9/faiss_store.db
db_path: /rag-content/vector_db/rhdh_product_docs/1.10/faiss_store.db
kv_notebooks:
type: kv_sqlite
db_path: /rag-content/vector_db/notebooks/faiss_store.db
Expand Down Expand Up @@ -188,7 +188,7 @@ registered_resources:
- provider_id: rag-runtime
toolgroup_id: builtin::rag
vector_stores:
- vector_store_id: vs_cda156a6-64fe-436d-bc51-566fb1b09702 # see readme for this value
- vector_store_id: vs_757285d9-b657-4bed-b18c-3359844e8c0d # see readme for this value
embedding_model: sentence-transformers//rag-content/embeddings_model
embedding_dimension: 768
provider_id: rhdh-docs
Expand Down