You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to langchain-ai#1152
Add unit test for embedding_distance function with bedrock model encoder.
* Mock the bedrock encoder function.
* Test embedding_distance function with bedrock encoder.
* Verify functionality with various assertions.
Issue with current documentation:
The langsmith unit testing expect class and functions like embedding_distance only seems to work with the OpenAI embedding model and not any of the bedrock models.
https://docs.smith.langchain.com/evaluation/how_to_guides/evaluation/unit_testing
Idea or request for content:
Is it possible to allow access to the bedrock models?
The text was updated successfully, but these errors were encountered: