-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[Workers AI] Workers AI glossary #18988
Conversation
Deploying cloudflare-docs with
|
Latest commit: |
4ec99d6
|
Status: | ✅ Deploy successful! |
Preview URL: | https://8af12274.cloudflare-docs-7ou.pages.dev |
Branch Preview URL: | https://workers-ai-glossary.cloudflare-docs-7ou.pages.dev |
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 is looking good! I think it's missing Model maybe? List some out and link to their pages?
general_definition: |- | ||
[LoRA Adapters](https://developers.cloudflare.com/workers-ai/fine-tunes/loras/) (Low-Rank Adaptation adapters) are used in machine learning to fine-tune models efficiently by adjusting a small number of parameters, allowing for customization of AI models in Workers AI. | ||
|
||
- term: Public LoRA Adapters |
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.
Can you combine this in the LoRA adapters one with an additional link to the public page?
|
||
- term: Worker Bindings | ||
general_definition: |- | ||
[Worker Bindings](https://developers.cloudflare.com/workers-ai/configuration/bindings/) are configurations that connect Workers scripts to external resources, such as AI models, enabling seamless integration and functionality. |
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.
Might want to add other things like KV and D1?
general_definition: |- | ||
[Prompt Engineering](https://developers.cloudflare.com/workers-ai/guides/prompting/) is the practice of designing and refining input prompts to effectively elicit desired responses from AI models. | ||
|
||
- term: Prompt Templates |
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.
Hmmm do you mean like the messages array here?
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.
No I mean the predifined templates here https://developers.cloudflare.com/workers-ai/guides/prompting/
entries: | ||
- term: Workers AI | ||
general_definition: |- | ||
[Workers AI](https://developers.cloudflare.com/workers-ai/) is a Cloudflare service that enables running machine learning models on Cloudflare's global network, utilizing serverless GPUs. It allows developers to integrate AI capabilities into their applications using Workers, Pages, or via the Cloudflare API. |
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.
via a REST API maybe instead of CF?
Ooh also Inference! |
#20030 new PR |
Summary
Screenshots (optional)
Documentation checklist