polymath-ai / architecture

The repo to track overall technical architecture of the project
MIT License
3 stars 1 forks source link

Should the endpoint explicity allow a GET request? #7

Open PaulKinlan opened 1 year ago

PaulKinlan commented 1 year ago

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.