Skip to content

[Feature]: AzureAISearchContextProvider lacks a way to set KnowledgeSourceParams #5560

@lgiuliani80

Description

@lgiuliani80

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions