We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f51228 commit 8c84584Copy full SHA for 8c84584
tests/load_tests/test_vertex_embeddings_load_test.py
@@ -59,7 +59,7 @@ def load_vertex_ai_credentials():
59
60
async def create_async_vertex_embedding_task():
61
load_vertex_ai_credentials()
62
- base_url = "https://exampleopenaiendpoint-production.up.railway.app/v1/projects/pathrise-convert-1606954137718/locations/us-central1/publishers/google/models/embedding-gecko-001:predict"
+ base_url = "https://exampleopenaiendpoint-production.up.railway.app/v1/projects/pathrise-convert-1606954137718/locations/us-central1/publishers/google/models/textembedding-gecko@001"
63
embedding_args = {
64
"model": "vertex_ai/textembedding-gecko",
65
"input": "This is a test sentence for embedding.",
0 commit comments