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

Issue: Evaluators don't run after a ConnectionError #550

Open
jennmueng opened this issue Mar 25, 2024 · 3 comments
Open

Issue: Evaluators don't run after a ConnectionError #550

jennmueng opened this issue Mar 25, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@jennmueng
Copy link

Issue you'd like to raise.

We've been getting intermittent connection errors after an evaluation run right before evaluators are run:

Error evaluating run 6058a864-6395-4df9-9800-237d90e7199f with DynamicRunEvaluator: LangSmithConnectionError("Connection error caused failure to get https://api.smith.langchain.com/examples/ace841ac-123c-4f38-bf58-87cc6637e133  in LangSmith API. Please confirm your internet connection.. ConnectionError(ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')))")

This results in a run without any of the evaluator results.

Suggestion:

Looks like there could be connection issues but even if there are, the evaluators shouldn't be skipped and there should be a retry

@hinthornw
Copy link
Collaborator

hinthornw commented Mar 25, 2024

Have seen dropped runs more frequently recently too - will work on resolving.

Errors don't impact subsequent evaluator calls, however.

@hinthornw hinthornw added the bug Something isn't working label Apr 10, 2024
@hinthornw
Copy link
Collaborator

Are you still running into this?

@jennmueng
Copy link
Author

@hinthornw Haven't had connection errors recently so can't confirm whether this error still occurs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants