You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with the Azure OpenAI Chat app service, which is based on the GitHub repository sample-app-aoai-chatGPT. The chat functionality works as expected until I add the Azure Cognitive Search service details to the environment variables. Once these details are added, the chat stops responding.
Details of the Issue:
The chat app operates correctly without the Azure Cognitive Search integration.
Upon adding the Azure Cognitive Search details to the environment variables (AZURE_SEARCH_SERVICE, AZURE_SEARCH_INDEX, AZURE_SEARCH_KEY), the chat feature ceases to work.
I have confirmed that the Azure Cognitive Search service is operational by successfully performing a test query using Postman and receiving a 200 OK response with the correct data.
The environment variables for the Azure Cognitive Search service are correctly set in the app service configuration.
I am seeking assistance in diagnosing and resolving this issue. Has anyone encountered a similar problem, or can anyone provide insights into potential causes or troubleshooting steps I may have missed?
The text was updated successfully, but these errors were encountered:
Hello,
I'm experiencing an issue with the Azure OpenAI Chat app service, which is based on the GitHub repository sample-app-aoai-chatGPT. The chat functionality works as expected until I add the Azure Cognitive Search service details to the environment variables. Once these details are added, the chat stops responding.
Details of the Issue:
The chat app operates correctly without the Azure Cognitive Search integration.
Upon adding the Azure Cognitive Search details to the environment variables (AZURE_SEARCH_SERVICE, AZURE_SEARCH_INDEX, AZURE_SEARCH_KEY), the chat feature ceases to work.
I have confirmed that the Azure Cognitive Search service is operational by successfully performing a test query using Postman and receiving a 200 OK response with the correct data.
The environment variables for the Azure Cognitive Search service are correctly set in the app service configuration.
I am seeking assistance in diagnosing and resolving this issue. Has anyone encountered a similar problem, or can anyone provide insights into potential causes or troubleshooting steps I may have missed?
The text was updated successfully, but these errors were encountered: