Skip to content

Commit af138fe

Browse files
alekrumkampharshil1712
authored andcommitted
PCX-14416 adding crosslinking between RAD and tutorial on BQ + Workers 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
1 parent 2234ea9 commit af138fe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/docs/reference-architecture/diagrams/ai/bigquery-workers-ai.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ For periodic or longer workflows, you may opt for a batch approach. This diagram
5353

5454
## Related resources
5555

56+
- [Tutorial: Using BigQuery with Workers AI](/workers-ai/tutorials/using-bigquery-with-workers-ai/)
5657
- [Workers AI: Get Started](/workers-ai/get-started/workers-wrangler/)
5758
- [Workers: Secrets](/workers/configuration/secrets/)
5859
- [Workers: Cron Triggers](/workers/runtime-apis/handlers/scheduled/)

src/content/docs/workers-ai/tutorials/using-bigquery-with-workers-ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ Once you obtained the results, you formatted them to later be passed to generati
677677
678678
## Next Steps
679679
680-
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/).
680+
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/).
681681
682682
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/).
683683

0 commit comments

Comments
 (0)