Skip to content

Commit f633ca1

Browse files
authored
chore: update llama_stack_provider_ragas module versions to 0.4.1 (#94)
# What does this PR do? - Bumped llama_stack_provider_ragas module version from 0.3.6 to 0.4.1 in build.yaml and Containerfile. - Updated version references in README.md to reflect the new version for both inline and remote configurations. - Fixed typo in config. ## Test Plan Re-ran all integration tests & demo notebook. ## Summary by CodeRabbit * **Chores** * Updated ragas evaluation provider from version 0.3.6 to 0.4.1 across distribution configurations. * Updated pipeline token configuration parameter naming in provider settings. Approved-by: nathan-weinberg Approved-by: cdoern
2 parents ea63f0c + 95e276d commit f633ca1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

distribution/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ RUN pip install \
4949
RUN pip install \
5050
llama_stack_provider_lmeval==0.3.1
5151
RUN pip install \
52-
llama_stack_provider_ragas==0.3.6
52+
llama_stack_provider_ragas==0.4.1
5353
RUN pip install \
54-
llama_stack_provider_ragas[remote]==0.3.6
54+
llama_stack_provider_ragas[remote]==0.4.1
5555
RUN pip install \
5656
llama_stack_provider_trustyai_fms==0.2.3
5757
RUN pip install 'torchao>=0.12.0' --extra-index-url https://download.pytorch.org/whl/cpu torch torchvision

distribution/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ You can see an overview of the APIs and Providers the image ships with in the ta
1313
| agents | inline::meta-reference | No || N/A |
1414
| datasetio | inline::localfs | No || N/A |
1515
| datasetio | remote::huggingface | No || N/A |
16-
| eval | inline::trustyai_ragas | Yes (version 0.3.6) || Set the `EMBEDDING_MODEL` environment variable |
16+
| eval | inline::trustyai_ragas | Yes (version 0.4.1) || Set the `EMBEDDING_MODEL` environment variable |
1717
| eval | remote::trustyai_lmeval | Yes (version 0.3.1) || N/A |
18-
| eval | remote::trustyai_ragas | Yes (version 0.3.6) || Set the `KUBEFLOW_LLAMA_STACK_URL` environment variable |
18+
| eval | remote::trustyai_ragas | Yes (version 0.4.1) || Set the `KUBEFLOW_LLAMA_STACK_URL` environment variable |
1919
| files | inline::localfs | No || N/A |
2020
| inference | inline::sentence-transformers | No || N/A |
2121
| inference | remote::azure | No || Set the `AZURE_API_KEY` environment variable |

distribution/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ distribution_spec:
2323
- provider_type: remote::trustyai_lmeval
2424
module: llama_stack_provider_lmeval==0.3.1
2525
- provider_type: inline::trustyai_ragas
26-
module: llama_stack_provider_ragas==0.3.6
26+
module: llama_stack_provider_ragas==0.4.1
2727
- provider_type: remote::trustyai_ragas
28-
module: llama_stack_provider_ragas[remote]==0.3.6
28+
module: llama_stack_provider_ragas[remote]==0.4.1
2929
datasetio:
3030
- provider_type: remote::huggingface
3131
- provider_type: inline::localfs

distribution/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ providers:
146146
namespace: ${env.KUBEFLOW_NAMESPACE:=}
147147
llama_stack_url: ${env.KUBEFLOW_LLAMA_STACK_URL:=}
148148
base_image: ${env.KUBEFLOW_BASE_IMAGE:=}
149-
pipelines_token: ${env.KUBEFLOW_PIPELINES_TOKEN:=}
149+
pipelines_api_token: ${env.KUBEFLOW_PIPELINES_TOKEN:=}
150150
datasetio:
151151
- provider_id: huggingface
152152
provider_type: remote::huggingface

0 commit comments

Comments
 (0)