microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
349 stars 142 forks source link

[Sample] Update AzureAISearch sample to use server-side datasource #1781

Open corinagum opened 3 days ago

corinagum commented 3 days ago

Scenario

g.datasource-azureAISearch The sample is slightly out of date since we want to encourage users to implement datasource on server side instead of client, now that Azure AI supports it.

Solution

Rewrite above sample to use datasource the way the Azure On Your Data sample does.

Additional Context

No response