You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Highly optimized Google Gemini pipeline with advanced image generation capabilities, intelligent compression, and streamlined processing workflows.
@@ -191,11 +191,12 @@ class Valves(BaseModel):
191
191
description="The Google Cloud region to use with Vertex AI.",
192
192
)
193
193
VERTEX_AI_RAG_STORE: str|None=Field(
194
-
default=os.getenv("VERTEX_AI_RAG_STORE"),
194
+
default=os.getenv("GOOGLE_VERTEX_AI_RAG_STORE"),
195
195
description="Vertex AI RAG Store path for grounding (e.g., projects/PROJECT/locations/LOCATION/ragCorpora/DATA_STORE_ID). Only used when USE_VERTEX_AI is true.",
0 commit comments