Where is the .NET documentation?

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();

1 Like

I would feel your pain as a primarily Ruby on Rails dev (due to the platform I mostly work on), but I found this library fairly early on:

In a similar vein, a quick search of GitHub revealed this repo:

Which seems to be very active and has a lot of :star:'s

Could you use that?

1 Like