-
Notifications
You must be signed in to change notification settings - Fork 10.4k
PCX-14416 adding crosslinking between RAD and tutorial on BQ + Workers AI #17823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PCX-14416 adding crosslinking between RAD and tutorial on BQ + Workers AI #17823
Conversation
| ## Next Steps | ||
| If, instead of displaying the results of ingesting the data to the AI model in a browser, your workflow requires fetching and store data (for example in [R2](/r2/) or [D1](/d1/)) on regular intervals, you may want to consider adding a [scheduled handler](/workers/runtime-apis/handlers/scheduled/) for this Worker. It allows triggering the Worker with a predefined cadence via a [Cron Trigger](/workers/configuration/cron-triggers/). | ||
| If, instead of displaying the results of ingesting the data to the AI model in a browser, your workflow requires fetching and store data (for example in [R2](/r2/) or [D1](/d1/)) on regular intervals, you may want to consider adding a [scheduled handler](/workers/runtime-apis/handlers/scheduled/) for this Worker. It allows triggering the Worker with a predefined cadence via a [Cron Trigger](/workers/configuration/cron-triggers/). Please consider reviewing the Reference Architecture Diagrams on [Ingesting BigQuery Data into Workers AI](/reference-architecture/diagrams/ai/bigquery-workers-ai/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider reviewing the Reference Architecture Diagrams on [Ingesting BigQuery Data into Workers AI](/reference-architecture/diagrams/ai/bigquery-workers-ai/).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will require approval and merge from PCX. I don't have rights to make changes outside of the reference architecture section.
daisyfaithauma
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you able to make this change?
|
done, @daisyfaithauma 👍 |
|
Congratulations @alekrumkamp, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm2ukmj8c164120cl6k9jq6wc1 This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
…s AI (#17823) * PCX-14416 - Adding link to tutorial in RAD about Bigquery and Workers AI * PCX-13971 - Adding link to reference architecture to BQ and Workers AI tutorial * PCX-13971 - Fixing wording in tutorial on BQ + Workers AI
Summary
Adds crosslinking between RAD and tutorial on BQ + Workers AI (/reference-architecture/diagrams/ai/bigquery-workers-ai/) to tutorial (/workers-ai/tutorials/using-bigquery-with-workers-ai/) and viceversa.