Skip to content

Commit 4ec99d6

Browse files
Initial workers AI glossary
1 parent 48985f0 commit 4ec99d6

File tree

1 file changed

+41
-12
lines changed

1 file changed

+41
-12
lines changed

src/content/glossary/workers-ai.yaml

Lines changed: 41 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,56 @@ entries:
77
88
- term: Serverless GPUs
99
general_definition: |-
10-
[Serverless GPUs](https://blog.cloudflare.com/workers-ai/) are Graphics Processing Units provided by Cloudflare in a serverless environment, enabling scalable and efficient execution of machine learning models without the need for managing underlying hardware.
10+
[Serverless GPUs](https://developers.cloudflare.com/workers-ai/) are Graphics Processing Units provided by Cloudflare in a serverless environment, enabling scalable and efficient execution of machine learning models without the need for managing underlying hardware.
1111
12-
- term: Model Binding
12+
- term: Wrangler CLI
1313
general_definition: |-
14-
[Model Binding](https://developers.cloudflare.com/ai-gateway/providers/workersai/) is a configuration in Workers that allows seamless integration with machine learning models deployed via Workers AI, enabling developers to invoke AI models within their applications easily.
14+
[Wrangler CLI](https://developers.cloudflare.com/workers-ai/get-started/workers-wrangler/) is a command-line tool for building and deploying Cloudflare Workers, facilitating the integration of AI models into applications.
1515
16-
- term: Vectorize
16+
- term: REST API
1717
general_definition: |-
18-
[Vectorize](https://developers.cloudflare.com/workers-ai/) is Cloudflare's vector database service that integrates with Workers AI to perform tasks such as semantic search, recommendations, and anomaly detection by managing and querying vector embeddings.
18+
[REST API](https://developers.cloudflare.com/workers-ai/get-started/rest-api/) is an application programming interface that allows developers to interact with Workers AI services over HTTP, enabling model management and inference requests.
1919
20-
- term: AI Gateway
20+
- term: API Tokens
2121
general_definition: |-
22-
[AI Gateway](https://developers.cloudflare.com/ai-gateway/providers/workersai/) is a Cloudflare service that provides analytics, caching, and security features for AI applications, facilitating efficient and secure API requests to AI models, including those deployed with Workers AI.
22+
[API Tokens](https://developers.cloudflare.com/workers-ai/get-started/rest-api/) are authentication credentials used to securely access and manage Workers AI resources via the REST API.
23+
24+
- term: Cloudflare Dashboard
25+
general_definition: |-
26+
[Cloudflare Dashboard](https://developers.cloudflare.com/workers-ai/get-started/dashboard/) is a web-based interface that allows users to manage Workers AI services, including model deployment and monitoring.
27+
28+
- term: Prompt Engineering
29+
general_definition: |-
30+
[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.
31+
32+
- term: Prompt Templates
33+
general_definition: |-
34+
[Prompt Templates](https://developers.cloudflare.com/workers-ai/guides/prompting/) are predefined structures that guide the input provided to AI models, enhancing consistency and effectiveness in responses.
35+
36+
- term: Worker Bindings
37+
general_definition: |-
38+
[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.
39+
40+
- term: Environment Variables
41+
general_definition: |-
42+
[Environment Variables](https://developers.cloudflare.com/workers-ai/configuration/bindings/) are dynamic values that can be used within Workers to manage configuration settings, including those related to AI integrations.
43+
44+
- term: Model Catalog
45+
general_definition: |-
46+
[Model Catalog](https://developers.cloudflare.com/workers-ai/models/) is a curated collection of AI models available within Workers AI, providing developers with a variety of pre-trained models for different tasks.
47+
48+
- term: Fine-Tuning
49+
general_definition: |-
50+
[Fine-Tuning](https://developers.cloudflare.com/workers-ai/fine-tunes/) is a general term for modifying an AI model by continuing to train it with additional data.
2351
2452
- term: LoRA Adapters
2553
general_definition: |-
26-
[LoRA Adapters](https://developers.cloudflare.com/workers-ai/) (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.
54+
[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.
2755
28-
- term: Function Calling
56+
- term: Public LoRA Adapters
2957
general_definition: |-
30-
[Function Calling](https://developers.cloudflare.com/workers-ai/function-calling/) enables people to take Large Language Models (LLMs) and use the model response to execute functions or interact with external APIs.
31-
- term: OpenAI-Compatible API Endpoints
58+
[Public LoRA Adapters](https://developers.cloudflare.com/workers-ai/fine-tunes/public-loras/) are pre-trained Low-Rank Adaptation adapters available for public use, enabling developers to fine-tune AI models without extensive computational resources.
59+
60+
- term: Function Calling
3261
general_definition: |-
33-
[OpenAI-Compatible API Endpoints](https://developers.cloudflare.com/workers-ai/) are API endpoints provided by Workers AI that are compatible with OpenAI's API specifications, allowing developers to integrate existing OpenAI-based applications with Workers AI seamlessly.
62+
[Function Calling](https://developers.cloudflare.com/workers-ai/function-calling/)enables people to take Large Language Models (LLMs) and use the model response to execute functions or interact with external APIs.

0 commit comments

Comments
 (0)