Skip to content

Commit 88f5446

Browse files
authored
Merge pull request #259470 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 4a974ec + 7eb241d commit 88f5446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/LUIS/luis-container-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Do not use the starter key or the authoring key.
5555

5656
## Billing setting
5757

58-
The `Billing` setting specifies the endpoint URI of the _Azure AI services_ resource on Azure used to meter billing information for the container. You must specify a value for this configuration setting, and the value must be a valid endpoint URI for a _Azure AI services_ resource on Azure. The container reports usage about every 10 to 15 minutes.
58+
The `Billing` setting specifies the endpoint URI of the _Azure AI services_ resource on Azure used to meter billing information for the container. You must specify a value for this configuration setting, and the value must be a valid endpoint URI for an _Azure AI services_ resource on Azure. The container reports usage about every 10 to 15 minutes.
5959

6060
This setting can be found in the following places:
6161

articles/search/vector-search-integrated-vectorization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Here's a checklist of the components responsible for integrated vectorization:
4646
+ A skillset providing a Text Split skill for data chunking, and a skill for vectorization (either the AzureOpenAiEmbedding skill or a custom skill pointing to an external embedding model).
4747
+ Optionally, index projections (also defined in a skillset) to push chunked data to a secondary index
4848
+ An embedding model, deployed on Azure OpenAI or available through an HTTP endpoint.
49-
+ An indexer for driving the process end-t-end. An indexer also specifies a schedule, field mappings, and properties for change detection.
49+
+ An indexer for driving the process end-to-end. An indexer also specifies a schedule, field mappings, and properties for change detection.
5050

5151
This checklist focuses on integrated vectorization, but your solution isn't limited to this list. You can add more skills for AI enrichment, create a knowledge store, add semantic ranking, add relevance tuning, and other query features.
5252

0 commit comments

Comments
 (0)