Skip to content

Commit 1eda6d3

Browse files
committed
More information in supported scenarios
1 parent c5a637a commit 1eda6d3

File tree

1 file changed

+43
-5
lines changed

1 file changed

+43
-5
lines changed

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

Lines changed: 43 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,48 @@ 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-
| Wizard | Skills | Azure blobs | ADLS Gen2 | Azure tables | Azure files | Cosmos DB | Azure SQL | OneLake | SharePoint | MySQL |
35-
|--|--|--|--|--|--|--|--|--|--|--|
36-
|Import data | No embedding skills||||||||||
37-
|Import and vectorize data | All skills ||||||||||
34+
| Data | Import data wizard | Import and vectorize data wizard |
35+
|------|--------------------|----------------------------------|
36+
| [Azure blobs](search-howto-indexing-azure-blob-storage.md) |||
37+
| [ADLS Gen2](search-howto-index-azure-data-lake-storage.md) |||
38+
| [Azure tables](search-howto-indexing-azure-tables.md) |||
39+
| [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) |||
42+
| [MySQL](search-howto-index-mysql.md) |||
43+
| [OneLake](search-how-to-index-onelake-files.md) |||
44+
| [SharePoint](search-howto-index-sharepoint-online.md) |||
45+
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.
47+
48+
| Sample data | Import data wizard | Import and vectorize data wizard |
49+
|------|--------------------|----------------------------------|
50+
| hotels |||
51+
| real estate |||
52+
53+
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.
54+
55+
| Skills | Import data wizard | Import and vectorize data wizard |
56+
|------|--------------------|----------------------------------|
57+
| [AI Vision multimodal](cognitive-search-skill-vision-vectorize.md) |||
58+
| [Azure OpenAI embedding](cognitive-search-skill-azure-openai-embedding.md) |||
59+
| [Azure Machine Learning (AI Studio model catalog)](cognitive-search-aml-skill.md) |||
60+
| [Document layout](cognitive-search-skill-document-intelligence-layout.md) |||
61+
| [Entity recognition](cognitive-search-skill-entity-recognition-v3.md) |||
62+
| [Keyword extraction](cognitive-search-skill-keyphrases.md) |||
63+
| [Language detection](cognitive-search-skill-language-detection.md) |||
64+
| [Text translation](cognitive-search-skill-text-translation.md) |||
65+
| [PII detection](cognitive-search-skill-pii-detection.md) |||
66+
| [Sentiment analysis](cognitive-search-skill-sentiment.md) |||
67+
| [Shaper (applies to knowledge store)](cognitive-search-skill-shaper.md) |||
68+
| [Text Split](cognitive-search-skill-textsplit.md) |||
69+
| [Text Merge](cognitive-search-skill-textmerger.md) |||
70+
71+
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.
72+
73+
| Knowledge store | Import data wizard | Import and vectorize data wizard |
74+
|------|--------------------|----------------------------------|
75+
| storage |||
3876

3977
## What the wizards create
4078

@@ -176,7 +214,7 @@ Because sampling is an imprecise exercise, review the index for the following co
176214

177215
1. Set attributes to determine how that field is used in an index.
178216

179-
Take your time with this step because attributes determine the physical expression of fields in the index. If you want to change attributes later, even programmatically, you'll almost always need to drop and rebuild the index. Core attributes like **Searchable** and **Retrievable** have a [negligible impact on storage](search-what-is-an-index.md#index-size). Enabling filters and using suggesters increase storage requirements.
217+
Take your time with this step because attributes determine the physical expression of fields in the index. If you want to change attributes later, even programmatically, you'll almost always need to drop and rebuild the index. Core attributes like **Searchable** and **Retrievable** have a [negligible effect on storage](search-what-is-an-index.md#index-size). Enabling filters and using suggesters increase storage requirements.
180218

181219
+ **Searchable** enables full-text search. Every field used in free form queries or in query expressions must have this attribute. Inverted indexes are created for each field that you mark as **Searchable**.
182220

0 commit comments

Comments
 (0)