(bug-fix) : fix VertexAI missing configurations (#1926)

This commit is contained in:
Divyanshu Prasad
2024-10-03 21:34:14 +05:30
committed by GitHub
parent c09c4926a7
commit d107b639b3
5 changed files with 15 additions and 8 deletions

View File

@@ -126,6 +126,7 @@
"components/embedders/models/azure_openai",
"components/embedders/models/ollama",
"components/embedders/models/huggingface",
"components/embedders/models/vertexai",
"components/embedders/models/gemini"
]
}
@@ -231,4 +232,4 @@
"apiHost": "https://us.i.posthog.com"
}
}
}
}