Skip to content

Commit

Permalink
adding cloud pickle in requirements (#12303)
Browse files Browse the repository at this point in the history
  • Loading branch information
CadillacBurgess1 authored Aug 22, 2024
1 parent 31ca8fb commit 6d2cb2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generative_ai/gemini_reasoning_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def query(self, a: int, b: int) -> str:
SimpleAdditionApp(),
display_name="Demo Addition App",
description="A simple demo addition app",
requirements=[],
requirements=["cloudpickle==3"],
extra_packages=[],
)
# [END generativeaionvertexai_create_reasoning_engine_basic]
Expand Down Expand Up @@ -124,6 +124,7 @@ def query(self, question: str) -> Union[str, List[Union[str, Dict]]]:
"google-cloud-aiplatform==1.50.0",
"langchain-google-vertexai",
"langchain-core",
"cloudpickle==3",
],
display_name="Demo LangChain App",
description="This is a simple LangChain app.",
Expand Down

0 comments on commit 6d2cb2f

Please sign in to comment.