Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Langsmith evaluate issue #1433

Open
palaklanger opened this issue Jan 19, 2025 · 0 comments
Open

Langsmith evaluate issue #1433

palaklanger opened this issue Jan 19, 2025 · 0 comments

Comments

@palaklanger
Copy link

Need some help please.
I've a model API that can be triggered only 3 times a minute. I'm trying to evaluate that model using langsmith evaluators. I'm getting error or null in the output answer when I'm trying to run evaluation using langsmith .

results=evaluate(
LLMPredict,
data=dataset_name,
evaluators=[qa_evaluator,cot_qa_evaluator],
experiment_prefix="gpt-4o-mini, baseline",
description="Testing the baseline system.",
max_concurrency=1
)

Please help.

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

No branches or pull requests

1 participant