Skip to content

Commit

Permalink
PCX-14416 adding crosslinking between RAD and tutorial on BQ + Worker…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
alekrumkamp authored and harshil1712 committed Dec 3, 2024
1 parent 2234ea9 commit af138fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ For periodic or longer workflows, you may opt for a batch approach. This diagram

## Related resources

- [Tutorial: Using BigQuery with Workers AI](/workers-ai/tutorials/using-bigquery-with-workers-ai/)
- [Workers AI: Get Started](/workers-ai/get-started/workers-wrangler/)
- [Workers: Secrets](/workers/configuration/secrets/)
- [Workers: Cron Triggers](/workers/runtime-apis/handlers/scheduled/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ Once you obtained the results, you formatted them to later be passed to generati
## 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/). Consider reviewing the Reference Architecture Diagrams on [Ingesting BigQuery Data into Workers AI](/reference-architecture/diagrams/ai/bigquery-workers-ai/).
A use case to ingest data from other sources, like you did in this tutorial, is to create a RAG system. If this sounds relevant to you, please check out the tutorial [Build a Retrieval Augmented Generation (RAG) AI](/workers-ai/tutorials/build-a-retrieval-augmented-generation-ai/).
Expand Down

0 comments on commit af138fe

Please sign in to comment.