cleanup requirements.txt for ragas service
This commit is contained in:
@@ -44,8 +44,8 @@ def evaluate_rag(req: EvalRequest):
|
||||
dataset,
|
||||
metrics=[
|
||||
faithfulness,
|
||||
answer_relevancy,
|
||||
context_precision
|
||||
# answer_relevancy,
|
||||
# context_precision
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -6,12 +6,7 @@ uvicorn[standard]
|
||||
ragas
|
||||
datasets
|
||||
|
||||
# LLM + embeddings
|
||||
openai
|
||||
tiktoken
|
||||
|
||||
# Utils
|
||||
pydantic
|
||||
numpy
|
||||
pandas
|
||||
|
||||
|
||||
Reference in New Issue
Block a user