Skip to content

Commit

Permalink
Update src/raglite/_eval.py
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Sorber <[email protected]>
  • Loading branch information
undo76 and lsorber authored Dec 4, 2024
1 parent a59dc32 commit d91b52a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raglite/_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ def evaluate(
raise ImportError(error_message) from import_error

class RAGLiteRagasEmbeddings(BaseRagasEmbeddings):
"""A RAGLite embedder for Ragas."""
def __init__(self, config: RAGLiteConfig):
self.config = config or RAGLiteConfig()

Expand Down

0 comments on commit d91b52a

Please sign in to comment.