curl --request GET \
--url http://127.0.0.1:9550/v2/supported_embedding_models
[
"<string>"
]
curl --request GET \
--url http://127.0.0.1:9550/v2/supported_embedding_models
[
"<string>"
]
Successfully retrieved supported embedding models
The response is of type string[]
.
Was this page helpful?