Enable semantic search in Azure Database for PostgreSQL
This module explores semantic search, embedding vectors, vector similarity, and using Azure Database for PostgreSQL - Flexible Server with PostgreSQL Vector and Azure AI extensions to generate, store, and query rows with semantic search.
Learning objectives
Examine the concepts of semantic search & embedding vectors.
Understand the difference between lexical search & semantic search.
Evaluate the capabilities provided by the
azure_aiextension for PostgreSQL.Install and explore the
vectorandazure_aiextensions in an Azure Database for PostgreSQL - Flexible Server database.
Prerequisites
Before starting this module, you should have experience working with PostgreSQL databases, writing SQL queries, and standard lexical search.