Currently the CLI and the endpoints are POST requests. This makes sense if we have a query embedding and maybe the access token (because it can't be seen casually in request logs). However if we have just a query parameter, then it might make sense to enable a HTTP GET.
Currently the CLI and the endpoints are
POST
requests. This makes sense if we have a query embedding and maybe the access token (because it can't be seen casually in request logs). However if we have just a query parameter, then it might make sense to enable a HTTP GET.