mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-26 17:26:32 -04:00
DOC: <Issue related to /how_to_guides/evaluation/evaluate_llm_application> #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jmattiace on GitHub (May 21, 2024).
The documentation for evaluating a Langchain runnable for Typescript has an error. It mentions
Then, pass the runnable.invoke method to the evaluate method.with the following code snippet:What I have found in my testing is that the
chainfunction needs to be called ->chain().Updated example:
@agola11 commented on GitHub (May 23, 2024):
That seems incorrect/weird. I'm unable to repro -- using
chainworks fine for me:Please upgrade to latest TS SDK (0.1.25) and let me know if the issue persists
@agola11 commented on GitHub (Jun 17, 2024):
closing for lack of reproducibility / last comment was made last month