diff --git a/website/static/templates.json b/website/static/templates.json index 040cf67..c8ba363 100644 --- a/website/static/templates.json +++ b/website/static/templates.json @@ -1452,6 +1452,15 @@ "new" ] }, + { + "title": "PostgreSQL + Pgvector", + "description": "Deploy a PostgreSQL Flexible Server with Pgvector extension and keyless auth, then access it from Python scripts.", + "preview": "./templates/images/postgres_entra.png", + "website": "https://github.com/pamelafox", + "author": "Pamela Fox", + "source": "https://github.com/Azure-Samples/azure-postgres-pgvector-python", + "tags": ["azuredb-postgreSQL", "ai", "msft", "bicep", "new", "python","new"] + }, { "title": "Azure Open AI management and logging via Azure API Management", "description": "To use Azure Open AI in production, you need to manage each application and user by issuing new keys, and monitor their usage such as number of tokens they consume and types of endpoint and mode they use. The solution uses Azure APIM and other resources to support such requirements.", diff --git a/website/static/templates/images/postgres_entra.png b/website/static/templates/images/postgres_entra.png new file mode 100644 index 0000000..94195b7 Binary files /dev/null and b/website/static/templates/images/postgres_entra.png differ