Skip to content

Commit e01b153

Browse files
committed
apply Black formatting to ragas_metrics.py
1 parent d7bd6f8 commit e01b153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎giskard/rag/metrics/ragas_metrics.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ async def aembed_query(self, text: str) -> Sequence[float]:
7575
async def aembed_documents(self, texts: Sequence[str]) -> Sequence[Sequence[float]]:
7676
return await self.embedding_model.aembed(texts)
7777

78+
7879
class RagasMetric(Metric):
7980
def __init__(
8081
self,

0 commit comments

Comments
 (0)