Description
KnowledgeSourceParams are crucial to configure AI Search with respect to the retrieval of extra fields (IncludeReferenceSourceData field) and many other advanced behaviours.
Code Sample
Add knowledgeSourceParams in the constructor of AzureAISearchContextProvider:
scc = AzureAISearchContextProvider(..., knowledgeSourceParams=[ ... ])
var scc = new AzureAISearchContextProvider(..., knowledgeSourceParams: [ ... ]);
Language/SDK
Both
Description
KnowledgeSourceParams are crucial to configure AI Search with respect to the retrieval of extra fields (IncludeReferenceSourceData field) and many other advanced behaviours.
Code Sample
Language/SDK
Both