Skip to content

Commit fd2ae33

Browse files
committed
fix vertex ai vendor name
1 parent b27f0fc commit fd2ae33

File tree

1 file changed

+1
-1
lines changed
  • src/langtrace_python_sdk/constants/instrumentation

1 file changed

+1
-1
lines changed

src/langtrace_python_sdk/constants/instrumentation/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"QDRANT": "Qdrant",
3131
"WEAVIATE": "Weaviate",
3232
"OLLAMA": "Ollama",
33-
"VERTEXAI": "VertexAI",
33+
"VERTEXAI": "Vertex AI",
3434
"GEMINI": "Gemini",
3535
"MISTRAL": "Mistral",
3636
"EMBEDCHAIN": "Embedchain",

0 commit comments

Comments
 (0)