Skip to content

Commit

Permalink
issue w/ import
Browse files Browse the repository at this point in the history
  • Loading branch information
21ShisodeParth committed Jan 10, 2025
1 parent 75af5c5 commit 0407a6d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
)
from phoenix.evals.templates import (
ClassificationTemplate,
PromptPartContentType,
PromptPartTemplate,
)
from src.phoenix.evals.templates import PromptPartContentType, PromptPartTemplate

RAG_RELEVANCY_PROMPT_RAILS_MAP = OrderedDict({True: "relevant", False: "unrelated"})
RAG_RELEVANCY_PROMPT_BASE_TEMPLATE = """
Expand Down

0 comments on commit 0407a6d

Please sign in to comment.