Skip to content

Commit f816d5a

Browse files
vertex-sdk-botcopybara-github
authored andcommitted
feat: GenAI Evaluation: Release GenAI Evaluation SDK autorater metric configuration utils to vertexai.preview module.
PiperOrigin-RevId: 742637120
1 parent bb07581 commit f816d5a

File tree

5 files changed

+967
-0
lines changed

5 files changed

+967
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@
167167
"tqdm>=4.23.0",
168168
"scikit-learn<1.6.0; python_version<='3.10'",
169169
"scikit-learn; python_version>'3.10'",
170+
"jsonschema",
171+
"ruamel.yaml",
170172
]
171173

172174
langchain_extra_require = [

0 commit comments

Comments
 (0)