[PR #872] [MERGED] integration: adding Azure Database for PostgreSQL example notebook #1103

Closed
opened 2026-02-17 17:21:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/872
Author: @AbeOmor
Created: 10/13/2025
Status: Merged
Merged: 11/30/2025
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (10+)

  • 2fceec1 Adding azure postgres docs
  • 6ce5a27 Added to TOC
  • de290b8 Apply suggestions from code review
  • 60c0d54 Merge branch 'main' into main
  • 2e90d76 Merge branch 'main' into main
  • 3077aaa Merge branch 'main' into main
  • ccec2b4 Fix formatting in Azure PostgreSQL integration doc
  • 089efff Update src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx
  • 7151ad7 chore: update package download counts (#2)
  • 53a8158 Update src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx

📊 Changes

2 files changed (+452 additions, -0 deletions)

View changed files

src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx (+451 -0)
📝 src/oss/python/integrations/vectorstores/index.mdx (+1 -0)

📄 Description

Overview

Description: Added vector store and memory usage documentation for Azure Database for PostgreSQL using our NEW LangChain/LangGraph connector

This PR to show support for the Azure Database for PostgreSQL Vector Store and pgVector in a Notebook

Azure Database for PostgreSQL - Flexible Server
Azure Database for PostgreSQL pgvector extension

Issue: Last PR was closed because we didn't have a LangChain package of Azure Postgres #27129. We just release one this month: https://pypi.org/project/langchain-azure-postgresql/

Twitter handle: @_aiabe

Type of change

New documentation page

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers

Additional notes

This was already reviewed by @ccurme, @mdrxy and @Kpreya in the LangChain repo. I was asked to move to this repo.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/872 **Author:** [@AbeOmor](https://github.com/AbeOmor) **Created:** 10/13/2025 **Status:** ✅ Merged **Merged:** 11/30/2025 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`2fceec1`](https://github.com/langchain-ai/docs/commit/2fceec1622c1d1d8b9839efd01de406f22169af6) Adding azure postgres docs - [`6ce5a27`](https://github.com/langchain-ai/docs/commit/6ce5a2740fd6301267c9ddf938ce26b44371a9bd) Added to TOC - [`de290b8`](https://github.com/langchain-ai/docs/commit/de290b89da16db3f4288099a8dd9952143224730) Apply suggestions from code review - [`60c0d54`](https://github.com/langchain-ai/docs/commit/60c0d5409ebb4044ca594d431a86e81ab69af3d8) Merge branch 'main' into main - [`2e90d76`](https://github.com/langchain-ai/docs/commit/2e90d7642f86a1ac268cec2aa5d6ad12d060324b) Merge branch 'main' into main - [`3077aaa`](https://github.com/langchain-ai/docs/commit/3077aaaf635616e535ff7d6ab2baf3881d51cc38) Merge branch 'main' into main - [`ccec2b4`](https://github.com/langchain-ai/docs/commit/ccec2b4601bd0229ee371fb2a2f76c18c89a4117) Fix formatting in Azure PostgreSQL integration doc - [`089efff`](https://github.com/langchain-ai/docs/commit/089efffb768f22ff104549b15ed46161bd52790e) Update src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx - [`7151ad7`](https://github.com/langchain-ai/docs/commit/7151ad781331a5d741d99796b0f7b451f12b7bfe) chore: update package download counts (#2) - [`53a8158`](https://github.com/langchain-ai/docs/commit/53a81583124dc22136ef740f552037b26f18b3e8) Update src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx ### 📊 Changes **2 files changed** (+452 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx` (+451 -0) 📝 `src/oss/python/integrations/vectorstores/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview **Description:** Added vector store and memory usage documentation for Azure Database for PostgreSQL using our NEW [LangChain/LangGraph connector](https://pypi.org/project/langchain-azure-postgresql/) This PR to show support for the Azure Database for PostgreSQL Vector Store and pgVector in a Notebook [Azure Database for PostgreSQL - Flexible Server](https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/service-overview) [Azure Database for PostgreSQL pgvector extension](https://learn.microsoft.com/en-us/azure/postgresql/flexible-server/how-to-use-pgvector) **Issue:** Last PR was closed because we didn't have a LangChain package of Azure Postgres #27129. We just release one this month: https://pypi.org/project/langchain-azure-postgresql/ **Twitter handle:** [@_aiabe](https://x.com/_aiabe) ## Type of change New documentation page ## Related issues/PRs - See https://github.com/langchain-ai/langchain/pull/32927 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers ## Additional notes This was already reviewed by @ccurme, @mdrxy and @Kpreya in the LangChain repo. I was asked to move to this repo. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:21:43 -05:00
yindo closed this issue 2026-02-17 17:21:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1103