Skip to content

Commit 47ff0e4

Browse files
committed
PCX-14416 - removing non-standard quotes
1 parent 08e0aba commit 47ff0e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ For periodic or longer workflows, you may opt for a batch approach. This diagram
4747
* If in step four you used Workers AI to generate embeddings, you can store them in [Vectorize](/vectorize/). To learn more about this type of solution, please consider reviewing the reference architecture diagram on [Retrieval Augmented Generation](/reference-architecture/diagrams/ai/ai-rag/).
4848
* To [Workers KV](/kv/) if the output of your data will be stored and consumed in a key/value fashion.
4949
* If you prefer to save the data fetched from BigQuery and Workers AI into objects (such as images, files, JSONs), you can use [R2](/r2/), our egress-free object storage to do so.
50-
6. You can set up an integration so a system or a user gets notified whenever a new result is available or if an error occurs. Its also worth mentioning that Workers by themselves can already provide additional [observability](/workers/observability/).
50+
6. You can set up an integration so a system or a user gets notified whenever a new result is available or if an error occurs. It's also worth mentioning that Workers by themselves can already provide additional [observability](/workers/observability/).
5151
* Sending an email with all the data retrieved and generated in the previous step is possible using [Email Routing](/email-routing/email-workers/send-email-workers/).
52-
* Since Workers allows you to issue HTTP requests, you can notify a webhook or API endpoint once the process finishes or if theres an error.
52+
* Since Workers allows you to issue HTTP requests, you can notify a webhook or API endpoint once the process finishes or if there's an error.
5353

5454
## Related resources
5555

0 commit comments

Comments
 (0)