Switch to agent arch

This commit is contained in:
2026-02-20 08:59:43 +00:00
parent a53f8fcf62
commit 259a8528e3
113 changed files with 788 additions and 7820 deletions

View File

@@ -1,6 +1,7 @@
from typing import Annotated
import typer
from google.cloud import aiplatform
from typing_extensions import Annotated
from rag_eval.config import settings
@@ -56,7 +57,6 @@ def main(
] = "search-eval-pipeline-job",
):
"""Submits a Vertex AI pipeline job."""
parameter_values = {
"project_id": project_id,
"location": location,