Forum Discussion
Robert Ireland
Dec 20, 2023Copper Contributor
SetSearchKey and SetEmbeddingKey return "does not contain a definition for ..."
I'm currently using Azure.AI.OpenAI 1.0 beta 12, I'm using the samples provided by Microsoft however when I compile the code I get the following error 'AzureCognitiveSearchChatExtensionConfigurati...
Atul-k
Dec 26, 2023Copper Contributor
Use version beta 9 instead of 12 and it will work. In the new version 12, they somehow removed this method. I ran through same problem and fixed when used 9.
Use below:
"dotnet add package Azure.AI.OpenAI --version 1.0.0-beta.9"