Skip to content

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

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions