Thomas Hjelde Thoresen
Thomas Hjelde Thoresen
Good point. You could of course infer the id from the doc_id for now, but we'll see if we can make this easier in the future.
Hi! I was able to (almost) reproduce your issue, encountering ```Waiting up to 10m0s for deploy API... Uploading application package... failed Error: invalid application package (400 Bad Request) Invalid application:...
See also https://docs.vespa.ai/en/reference/stateless-model-reference.html
This is now available (though still experimental.) https://pyvespa.readthedocs.io/en/latest/reference-api.html#vespa.deployment.VespaCloud.deploy_to_prod
Closing this as it seems the problem was resolved.
This sample-app uses an old version of pyvespa, and `update_batch` is no longer supported. Instead, you should use [`feed_iterable()`](https://pyvespa.readthedocs.io/en/latest/reference-api.html#vespa.application.Vespa.feed_iterable). Note that you also need to confirm that your batch is...