From a8f95beb9a18cb37a02f7f362ec65a3152b3ce9b Mon Sep 17 00:00:00 2001 From: Tyler Brandt Date: Tue, 12 Mar 2024 09:24:59 -0700 Subject: [PATCH] fix: add dependency for google-cloud-aiplatform --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a14e15cd805..8d8207a1b39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,6 +13,7 @@ numpy==1.24.3 # semantic caching pandas==2.1.1 # for viewing clickhouse spend analytics prisma==0.11.0 # for db mangum==0.17.0 # for aws lambda functions +google-cloud-aiplatform==1.43.0 # for vertex ai calls google-generativeai==0.3.2 # for vertex ai calls async_generator==1.10.0 # for async ollama calls traceloop-sdk==0.5.3 # for open telemetry logging