Skip to main content
Building a vector similarity search app with Azure AI Vision and PostgreSQL
ACTIVITY_BANNER_ALT_TEXT
Building a vector similarity search app with Azure AI Vision and PostgreSQL
Activity Type: Speaker/Presenter at Microsoft Event
Role: Speaker
Mon, Oct 9, 2023, 9:00 PM
Primary Technology Area: Azure AI ServicesAdditional Technology Areas: Azure Database for PostgreSQL, Azure Cosmos DB
Target Audience: Developer,Student
Presented the session "Building a vector similarity search app with Azure AI Vision and PostgreSQL" at the montly online event of Azure Cosmos DB Usergroup - Microsoft Reactor. Session description: Vector search is a method that helps you find similar items based on their content rather than exact matches on properties like keywords, tags, or other metadata, as keyword-based search systems do. In this session, we will discuss about vector search with Azure AI Vision and Azure Cosmos DB for PostgreSQL. We will explore how to use Azure AI Vision embedding models and enable the pgvector extension, an open-source vector similarity search extension for PostgreSQL. We will then go on to show how to build an image vector similarity search app that can take advantage of these technologies.