An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
If you want to do this today in SQL 2022, you would have to roll quite a bit on your own. For the calls to Open AI, you can implement REST calls with help of CLR procedures. To make use of the data that comes back, you would have to implement your own vector-handling.
If you can be little patient, there are several new features in this space in the upcoming SQL 2025. There is a built-in stored procedure for the REST calls, and there is also vector support, so that you can match the response to the user query with what you have previously have received for whatever you had in your database.
SQL 2025 is currently in private preview. You can read more about it here: https://www.microsoft.com/en-us/sql-server/blog/2024/11/19/announcing-microsoft-sql-server-2025-apply-for-the-preview-for-the-enterprise-ai-ready-database/ This article includes a link to sign up for the preview. Note that your company will need to sign an NDA to be accepted.