Skip to content

Commit e223c5d

Browse files
committed
formatting for readability
1 parent 1eda6d3 commit e223c5d

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

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

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,34 @@ This article isn't a step by step. For help with using the wizard with sample da
3131

3232
## Supported data sources and scenarios
3333

34+
The wizards support most of the data sources supported by indexers.
35+
3436
| Data | Import data wizard | Import and vectorize data wizard |
3537
|------|--------------------|----------------------------------|
36-
| [Azure blobs](search-howto-indexing-azure-blob-storage.md) |||
3738
| [ADLS Gen2](search-howto-index-azure-data-lake-storage.md) |||
38-
| [Azure tables](search-howto-indexing-azure-tables.md) |||
39+
| [Azure blobs](search-howto-indexing-azure-blob-storage.md) |||
3940
| [Azure files](search-file-storage-integration.md) |||
40-
| [Azure SQL](search-how-to-index-sql-database.md) |||
41-
| [Cosmos DB](search-howto-index-cosmosdb.md) |||
41+
| [Azure tables](search-howto-indexing-azure-tables.md) |||
42+
| [Azure SQL database and managed instance](search-how-to-index-sql-database.md) |||
43+
| [Cosmos DB for NoSQL](search-howto-index-cosmosdb.md) |||
44+
| [Cosmos DB for MongoDB](search-howto-index-cosmosdb-mongodb.md) |||
45+
| [Cosmos DB for Apache Gremlin](search-howto-index-cosmosdb-gremlin.md) |||
4246
| [MySQL](search-howto-index-mysql.md) |||
4347
| [OneLake](search-how-to-index-onelake-files.md) |||
44-
| [SharePoint](search-howto-index-sharepoint-online.md) |||
48+
| [SharePoint Online](search-howto-index-sharepoint-online.md) |||
49+
| [SQL Server on virtual machines](search-how-to-index-sql-server.md) |||
50+
51+
### Sample data
4552

46-
Microsoft hosts ready-to-use hotels and real estate datasets so that you can omit a data source configuration step on a wizard workflow.
53+
Microsoft hosts sample data so that you can omit a data source configuration step on a wizard workflow.
4754

4855
| Sample data | Import data wizard | Import and vectorize data wizard |
4956
|------|--------------------|----------------------------------|
5057
| hotels |||
5158
| real estate |||
5259

60+
### Skills
61+
5362
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. 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. Shaper is added if you configure a knowledge store.
5463

5564
| Skills | Import data wizard | Import and vectorize data wizard |
@@ -68,6 +77,8 @@ The wizards generate skillset and output field mappings based on options you sel
6877
| [Text Split](cognitive-search-skill-textsplit.md) |||
6978
| [Text Merge](cognitive-search-skill-textmerger.md) |||
7079

80+
### Knowledge store
81+
7182
You can [generate a knowledge store](knowledge-store-create-portal.md) for secondary storage of enriched (skills-generated) content. You might want a knowledge store for information retrieval workflows that don't require a search engine.
7283

7384
| Knowledge store | Import data wizard | Import and vectorize data wizard |

0 commit comments

Comments
 (0)