curl --request GET \
--url http://127.0.0.1:9550/v2/default_embedding_model
"<string>"
curl --request GET \
--url http://127.0.0.1:9550/v2/default_embedding_model
"<string>"
Successfully retrieved default embedding model
The response is of type string
.
Was this page helpful?