You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/azure-ai/generative-ai-azure-overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ ms.custom:
19
19
20
20
# Azure AI extension in Azure Database for PostgreSQL
21
21
22
-
Azure Database for PostgreSQL extension for Azure AI enables you to use large language models (LLMS) and build rich generative AI applications within the database. The Azure AI extension enables the database to call into various Foundry Tools including [Azure OpenAI](/azure/ai-services/openai/overview) and [Azure Cognitive Services](https://azure.microsoft.com/products/ai-services/cognitive-search/) simplifying the development process allowing seamless integration into those services.
22
+
Azure Database for PostgreSQL extension for Azure AI enables you to use large language models (LLMS) and build rich generative AI applications within the database. The Azure AI extension enables the database to call into various Microsoft Foundry tools including [Azure OpenAI](/azure/ai-services/openai/overview) and [Azure Cognitive Services](https://azure.microsoft.com/products/ai-services/cognitive-search/) simplifying the development process allowing seamless integration into those services.
23
23
24
24
## Enable the azure_ai extension
25
25
@@ -47,7 +47,7 @@ The extension also allows calling Azure OpenAI and Azure Cognitive Services.
47
47
48
48
## Configure the azure_ai extension
49
49
50
-
Configuring the extension requires you to provide the endpoints to connect to the Foundry Tools and the API keys required for authentication. Service settings are stored using following functions:
50
+
Configuring the extension requires you to provide the endpoints to connect to the Foundry tools and the API keys required for authentication. Service settings are stored using following functions:
0 commit comments