mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
how to access expected output in evaluation prompts #22
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 @munterwexi on GitHub (Aug 26, 2024).
I want to use a hallucination evaluator on my dataset, which is kv-structured. however there is no way in the ui, to access the expected output or expected output variables? please help
expected behaviour: access input with input. and output with output. accessors is possible for kv datasets, otherwise evaluation is not possible
@hinthornw commented on GitHub (Sep 11, 2024):
Use
reference.<key-name>