koursaros-ai / nboost

NBoost is a scalable, search-api-boosting platform for deploying transformer models to improve the relevance of search results on different platforms (i.e. Elasticsearch)
Apache License 2.0
675 stars 69 forks source link

Integrate Nboost with WSGI server using FastCGI? #82

Open SagarPalyal opened 4 years ago

SagarPalyal commented 4 years ago

Would anyone help me understanding the integration part of nboost with WSGI server using fcgi technique preferred. As nboost is creating flask app at class level inside proxy.py file which is not recommended way of creating flask app mentioned by flask documentation. Recommended way is to create flask app at module level. Now using this class level creation how we can integrate nboost flask app with WSGI server? Thanks in advance.