Share via

How to build GPT application programmatically with Python outside Azure?

jj 0 Reputation points
2023-12-18T21:15:43.19+00:00

I have access to Azure Open AI.. How can I build GPT application programmatically with Python outside Azure? Specifically, I just need Azure to access Open AI with the key I am granted, and I do not need Azure Search and Index service.

Thanks

Azure OpenAI in Foundry Models

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,661 Reputation points Microsoft Employee Moderator
    2023-12-19T01:27:38.0666667+00:00

    @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.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.