From adccbd5740cb91e41acee6b4f7fb413012d0a549 Mon Sep 17 00:00:00 2001 From: William Jeynes Date: Mon, 9 Feb 2026 21:45:56 +0000 Subject: [PATCH] cleanup requirements.txt for ragas service --- supporting/RAGAS_Service/ragas_service.py | 4 ++-- supporting/RAGAS_Service/requirements.txt | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/supporting/RAGAS_Service/ragas_service.py b/supporting/RAGAS_Service/ragas_service.py index 058fcbf..b5c9016 100644 --- a/supporting/RAGAS_Service/ragas_service.py +++ b/supporting/RAGAS_Service/ragas_service.py @@ -44,8 +44,8 @@ def evaluate_rag(req: EvalRequest): dataset, metrics=[ faithfulness, - answer_relevancy, - context_precision + # answer_relevancy, + # context_precision ], ) diff --git a/supporting/RAGAS_Service/requirements.txt b/supporting/RAGAS_Service/requirements.txt index b57984a..3c87cd7 100644 --- a/supporting/RAGAS_Service/requirements.txt +++ b/supporting/RAGAS_Service/requirements.txt @@ -6,12 +6,7 @@ uvicorn[standard] ragas datasets -# LLM + embeddings -openai -tiktoken - # Utils -pydantic numpy pandas