Jerome
Jerome
Hi Dan, I'm referring to the sample at https://cloud.google.com/dataproc/docs/reference/rest/v1/projects.locations.workflowTemplates#workflowtemplateplacement. The JSON templates provided on this page seem to be incorrect. What actually worked was ``` "cluster_selector": { "zone": "us-central1-a", "cluster_labels":...
And this is the PR I submitted - https://github.com/googleapis/python-dataproc/pull/440
@jainyogesh - Can you please help me find a reviewer for this PR?
Thanks - I am containerizing and hosting the app on Cloud Run. Given that the config.toml is created at runtime, how should I modify this setting while deploying?
Agreed. VertexAILLM is using a deprecated model too https://github.com/neo4j/neo4j-graphrag-python/blob/291d919ae4a4eed1001bad99199b74fd7896f252/src/neo4j_graphrag/llm/vertexai_llm.py#L70 as the default. I'll try finding time to address these