Describe the issue:
I’m trying to call the train API (this) in order to generate a model for knn-based indexing using faiss and product quantization (based on this). However I can’t find a way to call the train api through the python client. Is there a way that I’m missing? If not, what are my other options, if I want to invoke it through a python script.
Thanks
Typically, when the client is missing a plugin integration, you can do a curl request in your application to the API to the plugin and manage the parameters and response processing manually.
I know it’s fiddly, and feel free to submit a PR on the client itself if it makes your life easier.