Skip to content

Commit 4777e07

Browse files
committed
Include other products that the Cursor AI Assistant uses
It uses Worker AI embeddings models and AI Gateway for caching and analytics
1 parent 235e0c7 commit 4777e07

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/pages/workers/ai.astro

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,13 @@ import CursorLight from "~/assets/images/workers/ai/cursor-light.png";
3131
<p>
3232
Cursor is an experimental AI assistant, trained to answer questions
3333
about Cloudflare's Developer Platform and powered by
34-
<a class="DocsMarkdown--link" href="/workers/">Cloudflare Workers</a> and
35-
<a class="DocsMarkdown--link" href="/vectorize/">Vectorize</a>. Cursor
36-
is here to help answer your Cloudflare Workers and Developer Platform
37-
questions, so ask away!
34+
<a class="DocsMarkdown--link" href="/workers/">Cloudflare Workers</a>,
35+
<a class="DocsMarkdown--link" href="/workers-ai/">Workers AI</a>, <a
36+
class="DocsMarkdown--link"
37+
href="/vectorize/">Vectorize</a
38+
> and <a class="DocsMarkdown--link" href="/ai-gateway/">AI Gateway</a>.
39+
Cursor is here to help answer your Cloudflare Workers and Developer
40+
Platform questions, so ask away!
3841
</p>
3942
<aside class="DocsMarkdown--aside" role="note" data-type="warning">
4043
Cursor is an experimental AI preview, meaning that the answers provided

0 commit comments

Comments
 (0)