Skip to content

Commit a7721ea

Browse files
committed
Edits
1 parent a2c9423 commit a7721ea

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,13 @@ To achieve the fastest possible response times, follow these best practices:
8787

8888
+ Retain `knowledgeSource.includeReferences` set to true (default setting) for details about each individually scored result.
8989

90-
+ Set `knowledgeSource.includeReferenceSourceData` to false if you don't need the verbatim content from the index. Omitting this information simplifies the response and makes it more readable.
90+
+ Set `knowledgeSources.alwaysQuerySource` to true.
9191

92-
1. In the [retrieve action](search-agentic-retrieval-how-to-retrieve.md), provide a query that's fewer than 512 characters.
92+
+ Set `knowledgeSources.retrievalInstructions` to false.
93+
94+
+ Set `knowledgeSources.includeReferenceSourceData` to false if you don't need the verbatim content from the index. Omitting this information simplifies the response and makes it more readable.
95+
96+
1. In the [retrieve action](search-agentic-retrieval-how-to-retrieve.md), provide a single message query that's fewer than 512 characters.
9397

9498
## Delete a knowledge source
9599

0 commit comments

Comments
 (0)