Skip to content

Commit 6df320a

Browse files
authoredJul 10, 2024··
fix(gen): fixed typos (#3459)
1 parent ad667ca commit 6df320a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+119
-184
lines changed
 

Diff for: ‎ai-data/managed-inference/concepts.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories:
1313
---
1414
## Allowed IPs
1515

16-
Allowed IPs are single IPs or IP blocks which have the [required permissions to remotely access a deployment](/ai-data/managed-inference/how-to/manage-allowed-ips/). They allow you to define which host and networks can connect to your Managed Inference endpoints. You can add, edit, or delete allowed IPs. In the absence of allowed IPs, all IP addresses are allowed by default.
16+
Allowed IPs are single IPs or IP blocks that have the [required permissions to remotely access a deployment](/ai-data/managed-inference/how-to/manage-allowed-ips/). They allow you to define which host and networks can connect to your Managed Inference endpoints. You can add, edit, or delete allowed IPs. In the absence of allowed IPs, all IP addresses are allowed by default.
1717

1818
Access control is handled directly at the network level by Load Balancers, making the filtering more efficient and universal and relieving the Managed Inference server from this task.
1919

@@ -27,7 +27,7 @@ A deployment makes a trained language model available for real-world application
2727

2828
## Embedding models
2929

30-
Embedding models are a representation-learning technique that converts textual data into numerical vectors. These vectors capture semantic information about the text, and are often used as input to downstream machine-learning models, or algorithms.
30+
Embedding models are a representation-learning technique that converts textual data into numerical vectors. These vectors capture semantic information about the text and are often used as input to downstream machine-learning models, or algorithms.
3131

3232
## Endpoint
3333

@@ -65,7 +65,7 @@ LLMs have applications in natural language processing, text generation, translat
6565

6666
In the context of LLMs, a prompt refers to the input provided to the model to generate a desired response.
6767
It typically consists of a sentence, paragraph, or series of keywords or instructions that guide the model in producing text relevant to the given context or task.
68-
The quality and specificity of the prompt greatly influences the generated output, as the model uses it to understand the user's intent and create responses accordingly.
68+
The quality and specificity of the prompt greatly influence the generated output, as the model uses it to understand the user's intent and create responses accordingly.
6969

7070
## Quantization
7171

@@ -74,4 +74,4 @@ LLMs provided for deployment are named with suffixes that denote their quantizat
7474

7575
## Retrieval Augmented Generation (RAG)
7676

77-
RAG is an architecture combining information retrieval elements with language generation to enhance the capabilities of LLMs. It involves retrieving relevant context or knowledge from external sources, and incorporating it into the generation process to produce more informative and contextually grounded outputs.
77+
RAG is an architecture combining information retrieval elements with language generation to enhance the capabilities of LLMs. It involves retrieving relevant context or knowledge from external sources and incorporating it into the generation process to produce more informative and contextually grounded outputs.

Diff for: ‎ai-data/managed-inference/how-to/create-deployment.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ dates:
2828
- Enabling both private and public networks will result in two distinct endpoints (public and private) for your deployment.
2929
- Deployments must have at least one endpoint, either public or private.
3030
</Message>
31-
6. Click **Create deployment** to launch the deployment process. Once the deployment is ready, it will be listed among your deployments.
31+
6. Click **Create deployment** to launch the deployment process. Once the deployment is ready, it will be listed among your deployments.

0 commit comments

Comments
 (0)
Please sign in to comment.