diff --git a/distribution/Containerfile b/distribution/Containerfile index 050388af9..8a33cbd7e 100644 --- a/distribution/Containerfile +++ b/distribution/Containerfile @@ -49,9 +49,9 @@ RUN pip install \ RUN pip install \ llama_stack_provider_lmeval==0.3.1 RUN pip install \ - llama_stack_provider_ragas==0.3.6 + llama_stack_provider_ragas==0.4.1 RUN pip install \ - llama_stack_provider_ragas[remote]==0.3.6 + llama_stack_provider_ragas[remote]==0.4.1 RUN pip install \ llama_stack_provider_trustyai_fms==0.2.3 RUN pip install 'torchao>=0.12.0' --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision diff --git a/distribution/README.md b/distribution/README.md index 78951de3c..70207c957 100644 --- a/distribution/README.md +++ b/distribution/README.md @@ -13,9 +13,9 @@ You can see an overview of the APIs and Providers the image ships with in the ta | agents | inline::meta-reference | No | ✅ | N/A | | datasetio | inline::localfs | No | ✅ | N/A | | datasetio | remote::huggingface | No | ✅ | N/A | -| eval | inline::trustyai_ragas | Yes (version 0.3.6) | ❌ | Set the `EMBEDDING_MODEL` environment variable | +| eval | inline::trustyai_ragas | Yes (version 0.4.1) | ❌ | Set the `EMBEDDING_MODEL` environment variable | | eval | remote::trustyai_lmeval | Yes (version 0.3.1) | ✅ | N/A | -| eval | remote::trustyai_ragas | Yes (version 0.3.6) | ❌ | Set the `KUBEFLOW_LLAMA_STACK_URL` environment variable | +| eval | remote::trustyai_ragas | Yes (version 0.4.1) | ❌ | Set the `KUBEFLOW_LLAMA_STACK_URL` environment variable | | files | inline::localfs | No | ✅ | N/A | | inference | inline::sentence-transformers | No | ✅ | N/A | | inference | remote::azure | No | ❌ | Set the `AZURE_API_KEY` environment variable | diff --git a/distribution/build.yaml b/distribution/build.yaml index 0ab4ea50c..0168a269f 100644 --- a/distribution/build.yaml +++ b/distribution/build.yaml @@ -23,9 +23,9 @@ distribution_spec: - provider_type: remote::trustyai_lmeval module: llama_stack_provider_lmeval==0.3.1 - provider_type: inline::trustyai_ragas - module: llama_stack_provider_ragas==0.3.6 + module: llama_stack_provider_ragas==0.4.1 - provider_type: remote::trustyai_ragas - module: llama_stack_provider_ragas[remote]==0.3.6 + module: llama_stack_provider_ragas[remote]==0.4.1 datasetio: - provider_type: remote::huggingface - provider_type: inline::localfs diff --git a/distribution/run.yaml b/distribution/run.yaml index 37c26fe9c..77fc0e3c8 100644 --- a/distribution/run.yaml +++ b/distribution/run.yaml @@ -146,7 +146,7 @@ providers: namespace: ${env.KUBEFLOW_NAMESPACE:=} llama_stack_url: ${env.KUBEFLOW_LLAMA_STACK_URL:=} base_image: ${env.KUBEFLOW_BASE_IMAGE:=} - pipelines_token: ${env.KUBEFLOW_PIPELINES_TOKEN:=} + pipelines_api_token: ${env.KUBEFLOW_PIPELINES_TOKEN:=} datasetio: - provider_id: huggingface provider_type: remote::huggingface