Sasikanth
Sasikanth
any solutions for this issue?
Same issue on different collections too any temporary fix for this?
@raix any update on this? we're frequently getting `Server sent add for existing id: LC6G5kzN44STKeLgz:4745` warning and our app crashes
`brew install unrar` worked for me on OS X
Facing same issue. If retraining is the default approach then there should be a option to clear up training model, may be `ts.cleanup()` or parameter option to `clearnOnPredict` or something...
I have created rest service with following config ``` // Global API configuration ApiV1 = new Restivus({ version: 'v1', useDefaultAuth: false, prettyJson: true, enableCors: true, defaultHeaders: { 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers':...
@sabativi did you tried with setting up `defaultOptionsEndpoint`? ``` defaultOptionsEndpoint: function() { this.response.writeHead(201, { 'Access-Control-Allow-Origin': '*', 'Access-Control-Allow-Headers': 'Origin, X-Requested-With, Content-Type, Accept, Z-Key', 'Content-Type': 'application/json', 'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS',...
I'm using base64 type image and I cannot upload images morethan 750KB size, any ideas?