langchain-ai / langsmith-sdk

LangSmith Client SDK Implementations
https://docs.smith.langchain.com/
MIT License
421 stars 80 forks source link

DOC: Bedrock Embeddings support for expect class in langsmith unit testing? #1152

Open sreyakumar opened 3 weeks ago

sreyakumar commented 3 weeks ago

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?