Skip to content

Commit

Permalink
feat: Vertex Rapid Evaluation SDK and Prompt Template for Vertex Prom…
Browse files Browse the repository at this point in the history
…pt Management Public Preview

PiperOrigin-RevId: 622310413
  • Loading branch information
jsondai authored and Copybara-Service committed Apr 5, 2024
1 parent add2f92 commit 8c6ddf5
Show file tree
Hide file tree
Showing 12 changed files with 2,674 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.py
Expand Up @@ -145,6 +145,11 @@
"pydantic < 3",
]

rapid_evaluation_extra_require = [
"nest_asyncio >= 1.0.0, < 1.6.0",
"pandas >= 1.0.0, < 2.2.0",
]

full_extra_require = list(
set(
tensorboard_extra_require
Expand All @@ -162,6 +167,7 @@
+ preview_extra_require
+ ray_extra_require
+ reasoning_engine_extra_require
+ rapid_evaluation_extra_require
)
)
testing_extra_require = (
Expand Down Expand Up @@ -246,6 +252,7 @@
"ray": ray_extra_require,
"ray_testing": ray_testing_extra_require,
"reasoningengine": reasoning_engine_extra_require,
"rapid_evaluation": rapid_evaluation_extra_require,
},
python_requires=">=3.8",
classifiers=[
Expand Down

0 comments on commit 8c6ddf5

Please sign in to comment.