Skip to content

Commit

Permalink
refactor: remove old adapt
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmachan committed Oct 13, 2024
1 parent 69aea0d commit 6035487
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
2 changes: 0 additions & 2 deletions src/ragas/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from ragas.adaptation import adapt
from ragas.dataset_schema import EvaluationDataset, MultiTurnSample, SingleTurnSample
from ragas.evaluation import evaluate
from ragas.run_config import RunConfig
Expand All @@ -11,7 +10,6 @@

__all__ = [
"evaluate",
"adapt",
"RunConfig",
"__version__",
"SingleTurnSample",
Expand Down
38 changes: 0 additions & 38 deletions src/ragas/adaptation.py

This file was deleted.

0 comments on commit 6035487

Please sign in to comment.