Skip to content

Commit 6ecb9d9

Browse files
committed
Fixed typo
1 parent 65aa519 commit 6ecb9d9

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

articles/search/search-get-started-portal-import-vectors.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,16 @@ This quickstart helps you get started with [integrated vectorization](vector-sea
2727

2828
### Supported data sources
2929

30-
The **Import and vectorize data** wizard supports the following data sources:
30+
The **Import and vectorize data** wizard [supports a wide range of Azure data sources](search-import-data-portal.md#supported-data-sources-and-scenarios), but this quickstart provides steps for just those data sources that work with whole files:
3131

32-
+ [Azure Storage](/azure/storage/common/storage-account-create) for blobs and tables. Azure Storage must be a standard performance (general-purpose v2) account. Access tiers can be hot, cool, and cold.
32+
+ [Azure Blob Storage](search-howto-indexing-azure-blob-storage.md) for blobs and tables. Azure Storage must be a standard performance (general-purpose v2) account. Access tiers can be hot, cool, and cold.
3333

3434
+ [Azure Data Lake Storage (ADLS) Gen2](/azure/storage/blobs/create-data-lake-storage-account) (an Azure Storage account with a hierarchical namespace enabled). You can confirm that you have Data Lake Storage by checking the **Properties** tab on the **Overview** page.
3535

3636
:::image type="content" source="media/search-get-started-portal-import-vectors/data-lake-storage.png" alt-text="Screenshot of the storage account properties page showing Data Lake Storage.":::
3737

3838
+ [OneLake lakehouse (preview)](search-how-to-index-onelake-files.md).
3939

40-
+ [Azure Cosmos DB](/azure/cosmos-db/nosql/quickstart-portal) for NoSQL, MongoDB, and Apache Gremlin (preview).
41-
42-
+ [Azure SQL Database](/azure/azure-sql/database/single-database-create-quickstart), [Azure SQL Managed Instance](/azure/azure-sql/managed-instance/instance-create-quickstart), and Azure SQL Server virtual machines.
43-
44-
> [!NOTE]
45-
> This quicktart provides steps for just those data sources that work with whole files: Azure Blob sSazure-tables.md), [Cosmos DB for NoSQL indexer](search-howto-index-cosmosdb.md), and [Azuer SQL indexer](search-how-to-index-sql-database.md).
46-
4740
### Supported embedding models
4841

4942
Use an embedding model on an Azure AI platform in the [same region as Azure AI Search](search-create-service-portal.md#regions-with-the-most-overlap). [Deployment instructions](#set-up-embedding-models) are in this article.

articles/search/search-get-started-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The **Import data** wizard supports the creation of a skillset and [AI-enrichmen
7777
7878
### Configure the index
7979

80-
The wizard infers a schema for the built-in hotels-sample index. Follow these steps to configure the index:
80+
The wizard infers a schema for the built-in hotels-sample index. To configure the index, follow these steps:
8181

8282
1. Accept the system-generated values for the **Index name** (_hotels-sample-index_) and **Key** field (_HotelId_).
8383

@@ -174,7 +174,7 @@ The following examples assume the JSON view and the 2024-05-01-preview REST API
174174
175175
### Filter examples
176176

177-
Parking, tags, renovation date, rating and location are filterable.
177+
Parking, tags, renovation date, rating, and location are filterable.
178178

179179
```json
180180
{
@@ -223,7 +223,7 @@ The default syntax is [simple syntax](query-simple-syntax.md), but if you want f
223223
}
224224
```
225225

226-
By default, misspelled query terms like `seatle` for `Seattle` fail to return matches in a typical search. The `queryType=full` parameter invokes the full Lucene query parser, which supports the tilde `~` operand. When these parameters are present, the query performs a fuzzy search for the specified keyword. The query seeks matching results along with results that are similar to but not an exact match to the keyword.
226+
By default, misspelled query terms like `seatle` for `Seattle` fail to return matches in a typical search. The `queryType=full` parameter invokes the full Lucene query parser, which supports the tilde `~` operand. When these parameters are present, the query performs a fuzzy search for the specified keyword. The query matches on documents that are similar to but not an exact match to the keyword.
227227

228228
Take a minute to try a few of these example queries for your index. To learn more about queries, see [Querying in Azure AI Search](search-query-overview.md).
229229

0 commit comments

Comments
 (0)