Skip to content

Commit 98e497c

Browse files
committed
edits
1 parent 664f203 commit 98e497c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Here are the knowledge sources you can create in this preview:
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

4646
> [!NOTE]
47-
> `WebKnowledgeSource` (also referred to as `WebParameters` in REST APIs) isn't currently available in the 2025-08-01-preview.
47+
> `WebKnowledgeSource` (also referred to as `WebParameters` in REST APIs) isn't currently operational in the 2025-08-01-preview.
4848
4949
## Create a knowledge source
5050

@@ -57,9 +57,13 @@ You must use the REST API or an Azure SDK preview package to create a knowledge
5757

5858
After the knowledge source is created, you can reference it in a knowledge agent.
5959

60-
## Use a knowledge source.
60+
## Use a knowledge source
6161

62-
Properties on the *knowledge agent* determine whether and how the knowledge source is used. The [KnowledgeSourceReference](/rest/api/searchservice/knowledge-agents/create-or-update#knowledgesourcereference?view=rest-searchservice-2025-08-01-preview&preserve-view=true) array specifies the knowledge sources available to the knowledge agent.
62+
Properties on the *knowledge agent* determine whether and how the knowledge source is used.
63+
64+
+ [`"knowledgeSources"`](/rest/api/searchservice/knowledge-agents/create-or-update#knowledgesourcereference?view=rest-searchservice-2025-08-01-preview&preserve-view=true) array specifies the knowledge sources available to the knowledge agent and informs the query logic.
65+
66+
+ [`"outputConfiguration"`](/rest/api/searchservice/knowledge-agents/create-or-update#knowledgeagentoutputconfiguration?view=rest-searchservice-2025-08-01-preview&preserve-view=true) properties affect query output.
6367

6468
The knowledge agent uses the [retrieve action](agentic-retrieval-how-to-retrieve.md) to send queries to the index specified in the knowledge source.
6569

0 commit comments

Comments
 (0)