Skip to content

Commit c1ca410

Browse files
committed
feat: bump trustyai_ragas to v0.3.1.
see trustyai-explainability/community#67 Closes https://issues.redhat.com/browse/RHAIENG-1386 Signed-off-by: Mustafa Elbehery <melbeher@redhat.com
1 parent 4ca359e commit c1ca410

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

distribution/Containerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ RUN pip install \
4242
RUN pip install \
4343
llama_stack_provider_lmeval==0.3.0
4444
RUN pip install \
45-
llama_stack_provider_ragas==0.3.0
46-
RUN pip install \
47-
llama_stack_provider_ragas[remote]==0.3.0
45+
llama_stack_provider_ragas[remote]==0.3.1
4846
RUN pip install \
4947
llama_stack_provider_trustyai_fms==0.2.3
5048
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.0) || Set the `EMBEDDING_MODEL` environment variable |
16+
| eval | inline::trustyai_ragas | Yes (version 0.3.1) || Set the `EMBEDDING_MODEL` environment variable |
1717
| eval | remote::trustyai_lmeval | Yes (version 0.2.4) || N/A |
18-
| eval | remote::trustyai_ragas | Yes (version 0.3.0) || Set the `KUBEFLOW_LLAMA_STACK_URL` environment variable |
18+
| eval | remote::trustyai_ragas | Yes (version 0.3.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: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ distribution_spec:
2222
- provider_type: remote::trustyai_lmeval
2323
module: llama_stack_provider_lmeval==0.3.0
2424
- provider_type: inline::trustyai_ragas
25-
module: llama_stack_provider_ragas==0.3.0
26-
- provider_type: remote::trustyai_ragas
27-
module: llama_stack_provider_ragas[remote]==0.3.0
25+
module: llama_stack_provider_ragas[remote]==0.3.1
2826
datasetio:
2927
- provider_type: remote::huggingface
3028
- provider_type: inline::localfs

distribution/run.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ providers:
101101
responses_store:
102102
type: sqlite
103103
db_path: /opt/app-root/src/.llama/distributions/rh/responses_store.db
104-
eval:
104+
eval:ra
105105
- provider_id: trustyai_lmeval
106106
provider_type: remote::trustyai_lmeval
107107
module: llama_stack_provider_lmeval==0.3.0

0 commit comments

Comments
 (0)