-
Notifications
You must be signed in to change notification settings - Fork 79
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
insert runs error #604
Comments
Thanks for flagging. Transferring ot the SDK repo |
Related to #453 |
Another issue I encountered is that when an image trace containing images is uploaded to Langsmith, I tried using the playground, but because the images are encoded, they are not visible for debugging. |
Same issue here
|
similar error when we try to evaluate image summary with the ground truth image summary using langsmith ebaluator. my langsmith version is 0.1.99. Can someone shed some light?
|
I believe it's likely a payload size issue |
Going to merge these into #808 |
We are using LangChain Python to develop multimodal applications, but when we try to insert runs that contain images into LangSmith, we get an error. The error message is as follows:
WARNING:langsmith.client:Failed to batch ingest runs: LangSmithConnectionError('Connection error caused failure to post https://api.smith.langchain.com/runs/batch in LangSmith API. Please confirm your LANGCHAIN_ENDPOINT. ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Max retries exceeded with url: /runs/batch (Caused by ProtocolError('Connection aborted.', TimeoutError('The write operation timed out')))"))')
2024-04-14 14:07:44.903980 - WARNING - Failed to batch ingest runs: LangSmithConnectionError('Connection error caused failure to post https://api.smith.langchain.com/runs/batch in LangSmith API. Please confirm your LANGCHAIN_ENDPOINT. ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Max retries exceeded with url: /runs/batch (Caused by ProtocolError('Connection aborted.', TimeoutError('The write operation timed out')))"))')
The text was updated successfully, but these errors were encountered: