Skip to content

Commit 664f203

Browse files
committed
edits
1 parent 23b9ddf commit 664f203

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/search/agentic-knowledge-source-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Make sure you have at least one knowledge source before creating a knowledge age
3838

3939
Here are the knowledge sources you can create in this preview:
4040

41-
+ [Search index knowledge source (wraps an existing index)](agentic-knowledge-source-how-to-search-index.md)
42-
+ [Blob knowledge source (generates an indexer pipeline)](agentic-knowledge-source-how-to-blob.md)
41+
+ [`"searchIndex"`](/rest/api/searchservice/knowledge-sources/create-or-update#searchindexknowledgesource?view=rest-searchservice-2025-08-01-preview&preserve-view=true) wraps an existing index
42+
+ [`"azureBlob"`](/rest/api/searchservice/knowledge-sources/create-or-update#azureblobknowledgesource?view=rest-searchservice-2025-08-01-preview&preserve-view=true) generates an indexer pipeline that pulls from a blob container
4343

4444
A platform-specific knowledge source like the blob knowledge source includes specifications for generating an entire indexing pipeline that provides all extraction, enrichment and transformations over blob content, and a viable index. You can modify the pipeline and rerun the indexer, but you can't rename the objects.
4545

@@ -48,9 +48,9 @@ A platform-specific knowledge source like the blob knowledge source includes spe
4848
4949
## Create a knowledge source
5050

51-
You must have [permissions](search-security-rbac.md) to create objects on a search service (**Search Service Contributor**), and also permissions to load an index if you're using a blob knowledge source (**Search Index Data Contributor**). You can also [use an API admin key](search-security-api-keys.md).
51+
You must have [permissions](search-security-rbac.md) to create objects on a search service (**Search Service Contributor**), and also permissions to load an index if you're using a knowledge source (**Search Index Data Contributor**) that creates an indexer pipeline. Alternatively, you can also [use an API admin key](search-security-api-keys.md) to create and load objects.
5252

53-
You must use the REST API or an Azure SDK preview package to create a knowledge source. There's no portal supported at this time. The following links provide instructions for creating a knowledge source:
53+
You must use the REST API or an Azure SDK preview package to create a knowledge source. There's no portal support at this time. The following links provide instructions for creating a knowledge source:
5454

5555
+ [Search index knowledge source (wraps an existing index)](agentic-knowledge-source-how-to-search-index.md)
5656
+ [Blob knowledge source (generates an indexer pipeline)](agentic-knowledge-source-how-to-blob.md)

0 commit comments

Comments
 (0)