Skip to content

Commit 2ca00c1

Browse files
authored
chore: remove old prompt object (#1535)
1 parent 5481246 commit 2ca00c1

File tree

13 files changed

+39
-788
lines changed

13 files changed

+39
-788
lines changed

src/ragas/llms/base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020

2121
if t.TYPE_CHECKING:
2222
from langchain_core.callbacks import Callbacks
23+
from langchain_core.prompt_values import PromptValue
2324
from llama_index.core.base.llms.base import BaseLLM
2425

25-
from ragas.llms.prompt import PromptValue
26-
2726
logger = logging.getLogger(__name__)
2827

2928
MULTIPLE_COMPLETION_SUPPORTED = [

src/ragas/llms/json_load.py

Lines changed: 0 additions & 181 deletions
This file was deleted.

src/ragas/llms/output_parser.py

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)