Closed mobiware closed 3 months ago
Documentation for the expect utility uses the wrong argument to the embedding_distance() method in the code sample https://docs.smith.langchain.com/how_to_guides/evaluation/unit_testing#expectations
expect
embedding_distance()
The code sample uses the expectation arg but the real argument name is reference
expectation
reference
No response
Good catch
Issue with current documentation:
Documentation for the
expect
utility uses the wrong argument to theembedding_distance()
method in the code sample https://docs.smith.langchain.com/how_to_guides/evaluation/unit_testing#expectationsThe code sample uses the
expectation
arg but the real argument name isreference
Idea or request for content:
No response