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...
Agree that it might be better for us, but as the goal is to make it a recipe for others (and possibly running in tests), so can we wait with...
Waiting for this! 🙌 🙏
Hi! Just wondering what's the status on this? Is there any intention to get it merged?
Hi! This seem to be a network-related error. Are you running against a local Vespa instance or Vespa Cloud? Could you check the logs?