From f0e7b2ee735f7354d5698e80cc8b368c4fcace9b Mon Sep 17 00:00:00 2001 From: Alex Co Date: Fri, 18 Oct 2024 14:17:48 +0800 Subject: [PATCH] Adding support for VertexAI Signed-off-by: Alex Co --- backend/requirements/default.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/requirements/default.txt b/backend/requirements/default.txt index 4af41002d64..7efdc85ecee 100644 --- a/backend/requirements/default.txt +++ b/backend/requirements/default.txt @@ -75,4 +75,5 @@ dropbox==11.36.2 boto3-stubs[s3]==1.34.133 ultimate_sitemap_parser==0.5 pyairtable==3.0.0a3 -anthropic[vertex]==0.36.1 \ No newline at end of file +anthropic[vertex]==0.36.1 +google-cloud-aiplatform==0.4.0 \ No newline at end of file