Skip to content
Discussion options

You must be logged in to vote

Hi @gkarwchan, I'm a PM work on the Azure Postgres focused on integrations with Azure AI foundry for RAG and Agentic AI.

Azure PostgreSQL combined with the pgvector extension can serve as a cheaper alternative to Azure AI Search for building Retrieval-Augmented Generation (RAG) systems.

  1. Microsoft Learn Path on using RAG and AI foundry with Postgres:
  2. Video Series for Build AI apps with Postgres
  3. Docs for GenAI in Postgres

What is pgvector?

  • pgvector is an open-source extension for PostgreSQL that adds support for storing and searching vector embeddings.
  • You can store embeddings (from models like OpenAI, Hugging Face, etc.) directly in a PostgreSQL table using a vector data type.
  • It allows s…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@gkarwchan
Comment options

Answer selected by gkarwchan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment