-
Notifications
You must be signed in to change notification settings - Fork 172
docs(langchain): adding Azure Database for PostgreSQL example notebook #872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@AbeOmor is attempting to deploy a commit to the LangChain Team on Vercel.
A member of the Team first needs to authorize it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds comprehensive documentation for the Azure Database for PostgreSQL vector store integration by introducing a new notebook demonstrating vector storage and memory usage capabilities using the newly released LangChain Azure PostgreSQL connector package.
- Adds a new documentation page for Azure Database for PostgreSQL - Flexible Server vector store
- Updates the vector stores index to include the new Azure PostgreSQL integration
- Demonstrates both Microsoft Entra authentication and password-based authentication methods
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
src/oss/python/integrations/vectorstores/index.mdx |
Adds navigation card for the new Azure Database for PostgreSQL integration and reorganizes Azure service cards |
src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx |
New comprehensive documentation page covering setup, authentication, vector operations, and usage examples for Azure PostgreSQL vector store |
src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx
Outdated
Show resolved
Hide resolved
src/oss/python/integrations/vectorstores/azure_db_for_postgresql.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.
Uh oh!
There was an error while loading. Please reload this page.
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
docs dev
src/docs.json
if neededAdditional notes
This was already reviewed by @ccurme, @mdrxy and @Kpreya in the LangChain repo. I was asked to move to this repo.