An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
@jj The quick start docs are a great place to start. Here is the one for python. You simply need to use the openai package from pip to get started.
As for Azure Search, you can replace it with any open-source vector database of your choice. Redis and PostgreSQL both support vector indexing, for example.