Azure / GPT-RAG

Sharing the learning along the way we been gathering to enable Azure OpenAI at enterprise scale in a secure manner. GPT-RAG core is a Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
MIT License
773 stars 125 forks source link

orchestrator-host--functionKey not found in key vault #112

Open noelram-intwo opened 4 months ago

noelram-intwo commented 4 months ago

I deployed the solution without any error reported but when I tried to interact with the chatbot, I got: I'm sorry, I had a problem with the request. Please report the error to the support team. Error: Check orchestrator's function key was generated in Azure Portal and try again. (orchestrator-host--functionKey not found in key vault)

Any help?

gbecerra1982 commented 3 months ago

Hi noelram-intwo,

I would like to share that there is a bug sometimes when the azure function is created, in order to solve the issue go to the Orchestrator Function : Click on Keys and there will be generated. Once that is completed open the Keyvault and try to add: "orchestrator-host--functionKey" (when you try to save adding the real key will show message that is already created).

image