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.42k stars 2.13k forks source link

Search not restricted to documentation #923

Open gabrieleclaut opened 2 weeks ago

gabrieleclaut commented 2 weeks ago

Bug description The latest version of the code on the main branch does not restrict the search to document domain only but responds to any type of question. It seems that the code is ignoring the environment variable AZURE_SEARCH_ENABLE_IN_DOMAIN set True.

Screenshots image

Configuration: