microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.43k stars 2.14k forks source link

Fix for common settings and filter parameter #882

Closed abhahn closed 1 month ago

abhahn commented 1 month ago

Motivation and Context

Some of the common search settings are not used in the ARM deployment template used by the Azure OpenAI Studio as originally thought. Moving those settings to each search settings class for now until the template can be updated.

Also fixed an issue with the filter parameter for Azure Search.

Description

Contribution Checklist