Skip to content

Adds PipeEvaluator #8

Open
simedw wants to merge 1 commit into
mainfrom
pipe
Open

Adds PipeEvaluator #8
simedw wants to merge 1 commit into
mainfrom
pipe

Conversation

@simedw
Copy link
Copy Markdown
Contributor

@simedw simedw commented Aug 11, 2023

Let's you chain multiple evaluators together, main reason is to first try cheap and faster evaluator, such as string-match, and only if they fail go for more expensive ones like semantic similarity.

@simedw simedw requested a review from andreaazzini August 11, 2023 17:07
Comment on lines +5 to +6
def noop():
pass
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used anywhere else? If this is to prevent auto-ordering these lines, we have used the # Adding an empty comment to force import order to avoid circular imports comment above, we could potentially use that again?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants