i just wanna know can we use evals with javascript for aws bedrock can you provide me with the docs
Phoenix supports AWS Bedrock for evaluations, but the documentation primarily focuses on Python usage. The BedrockModel class in Phoenix is designed for use with Python, leveraging the boto3 library to interact with AWS services. There is no explicit mention of JavaScript support for evaluations with AWS Bedrock in the provided data sources.Would you like more details on how to use the BedrockModel with Python, or do you have any other questions?Sources: - BedrockModel
馃挕聽Hint: Mention RunLLM in the thread for followups.
Hey Mohit, we don't have a JS phoenix-evals client as of now only python which you can see here: https://github.com/Arize-ai/phoenix/tree/main/packages/phoenix-evals If you want to make use of some of our templates in your own JS implementation you can look here: https://github.com/Arize-ai/phoenix/blob/main/packages/phoenix-evals/src/phoenix/evals/default_templates.py
If you're just looking for a way to programmatically upload evals to phoenix, we have begun work on a JS client for our REST API. Currently you can use our GraphQL API to send in evals (spanAnnotations). You can see the documentation by going to the UI then going to API's then GraphQL
