Skip to content

Commit 460986c

Browse files
committed
Portal BYOE updates based on feedback
1 parent 7fff853 commit 460986c

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

articles/search/search-import-data-portal.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ The wizards support most of the data sources supported by indexers.
3636
| Data | Import data wizard | Import and vectorize data wizard |
3737
|------|--------------------|----------------------------------|
3838
| [ADLS Gen2](search-howto-index-azure-data-lake-storage.md) |||
39-
| [Azure blobs](search-howto-indexing-azure-blob-storage.md) |||
40-
| [Azure files](search-file-storage-integration.md) | ||
41-
| [Azure tables](search-howto-indexing-azure-tables.md) |||
39+
| [Azure Blob Storage](search-howto-indexing-azure-blob-storage.md) |||
40+
| [Azure File Storage](search-file-storage-integration.md) | ||
41+
| [Azure Table Storage](search-howto-indexing-azure-tables.md) |||
4242
| [Azure SQL database and managed instance](search-how-to-index-sql-database.md) |||
4343
| [Cosmos DB for NoSQL](search-howto-index-cosmosdb.md) |||
44-
| [Cosmos DB for MongoDB](search-howto-index-cosmosdb-mongodb.md) || |
44+
| [Cosmos DB for MongoDB](search-howto-index-cosmosdb-mongodb.md) || |
4545
| [Cosmos DB for Apache Gremlin](search-howto-index-cosmosdb-gremlin.md) |||
4646
| [MySQL](search-howto-index-mysql.md) |||
4747
| [OneLake](search-how-to-index-onelake-files.md) |||
48-
| [SharePoint Online](search-howto-index-sharepoint-online.md) | ||
48+
| [SharePoint Online](search-howto-index-sharepoint-online.md) | ||
4949
| [SQL Server on virtual machines](search-how-to-index-sql-server.md) |||
5050

5151
### Sample data
@@ -59,9 +59,13 @@ Microsoft hosts sample data so that you can omit a data source configuration ste
5959

6060
### Skills
6161

62-
The wizards generate skillset and output field mappings based on options you select. You can modify a skillset's JSON definition to add more skills later.
62+
This section lists the skills that might appear in a skillset generated by a wizard. Wizards generate a skillset and output field mappings based on options you select. After the skillset is created, you can modify its JSON definition to add more skills.
6363

64-
OCR and image analysis options are available for blobs and whole-file indexing in OneLake, assuming the default parsing mode. Shaper is added if you configure a knowledge store. Text Split and Text Merge are added for data chunking if you choose an embedding model, and for other skills if the granularity is set to pages or sentences.
64+
Here are some points to keep in mind about the skills in the following list:
65+
66+
+ OCR and image analysis options are available for blobs and whole-file indexing in OneLake, assuming the default parsing mode.
67+
+ Shaper is added if you configure a knowledge store.
68+
+ Text Split and Text Merge are added for data chunking if you choose an embedding model, and for other non-embedding skills if the source field granularity is set to pages or sentences.
6569

6670
| Skills | Import data wizard | Import and vectorize data wizard |
6771
|------|--------------------|----------------------------------|

0 commit comments

Comments
 (0)