I just watched this video OpenAI and Azure OpenAI: A .NET SDK Convergence Story
(Sorry I would include a link to the YouTube video but as a new user I can’t post links).
At the start of the video they claim that platform.openai.com now supports .net as well as other languages
But I’m trying to follow a code example they gave using a VectorStoreClient and I can’t find the class and I can’t find any .net
VectorStoreClient vectorStoreClient = new VectorStoreClient();