Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-feature-automate-reference-docs-generation.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Deploy to GCP

weave deploy requires your machine to have gcloud installed and configured. weave deploy gcp will use pre-configured configuration when not directly specified by command line arguments.
Given a Weave ref to any Weave Model you can run:
weave deploy gcp <ref>
to deploy a gcp cloud function that serves your model. The last line of the deployment will look like Service URL: <PATH_TO_MODEL>. Visit <PATH_TO_MODEL>/docs to interact with your model! Run
weave deploy gcp --help
to see all command line options.