Switch to agent arch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user