Skip to content

Commit 2250fb2

Browse files
authored
refs(py): add langchain-azure-postgresql (#1723)
1 parent e551e25 commit 2250fb2

File tree

6 files changed

+102
-28
lines changed

6 files changed

+102
-28
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Azure Postgres
3+
---
4+
5+
# :material-microsoft-azure:{ .lg .middle } `langchain-azure-postgresql`
6+
7+
[![PyPI - Version](https://img.shields.io/pypi/v/langchain-azure-postgresql?label=%20)](https://pypi.org/project/langchain-azure-postgresql/#history)
8+
[![PyPI - License](https://img.shields.io/pypi/l/langchain-azure-postgresql)](https://opensource.org/licenses/MIT)
9+
[![PyPI - Downloads](https://img.shields.io/pepy/dt/langchain-azure-postgresql)](https://pypistats.org/packages/langchain-azure-postgresql)
10+
11+
!!! warning "Reference docs"
12+
This page contains **reference documentation** for `Azure AI`. See [the docs](https://docs.langchain.com/oss/python/integrations/providers/microsoft) for conceptual guides, tutorials, and examples on using `Azure AI`.
13+
14+
::: langchain_azure_postgresql

reference/python/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,7 @@ nav:
448448
- integrations/langchain_azure/index.md
449449
- Azure AI: integrations/langchain_azure_ai/index.md
450450
- Dynamic Sessions: integrations/langchain_azure_dynamic_sessions/index.md
451+
- Postgres: integrations/langchain_azure_postgresql/index.md
451452
- Storage: integrations/langchain_azure_storage/index.md
452453
- Cerebras: integrations/langchain_cerebras.md
453454
- Chroma: integrations/langchain_chroma.md

reference/python/pyproject.dev.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies = [
5959
"langchain-azure-ai",
6060
#"langchain-azure-dynamic-sessions",
6161
"langchain-azure-storage",
62+
"langchain-azure-postgresql",
6263
"langchain-cerebras",
6364
"langchain-cohere",
6465
"langchain-db2",
@@ -173,6 +174,7 @@ langchain-aws = { path = "../../../langchain-aws/libs/aws", editable = true }
173174
langchain-azure-ai = { path = "../../../langchain-azure/libs/azure-ai", editable = true }
174175
langchain-azure-dynamic-sessions = { path = "../../../langchain-azure/libs/azure-dynamic-sessions", editable = true }
175176
langchain-azure-storage = { path = "../../../langchain-azure/libs/azure-storage", editable = true }
177+
langchain-azure-postgresql = { path = "../../../langchain-azure/libs/azure-postgresql", editable = true }
176178
langchain-cerebras = { path = "../../../langchain-cerebras/libs/cerebras", editable = true }
177179
langchain-cohere = { path = "../../../langchain-cohere/libs/cohere", editable = true }
178180
langchain-db2 = { path = "../../../langchain-ibm/libs/langchain-db2", editable = true }

reference/python/pyproject.prod.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies = [
5959
"langchain-azure-ai",
6060
#"langchain-azure-dynamic-sessions",
6161
"langchain-azure-storage",
62+
"langchain-azure-postgresql",
6263
"langchain-cerebras",
6364
"langchain-cohere",
6465
"langchain-db2",
@@ -163,6 +164,7 @@ langchain-aws = { git = "https://github.com/langchain-ai/langchain-aws.git", sub
163164
langchain-azure-ai = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-ai" }
164165
langchain-azure-dynamic-sessions = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-dynamic-sessions" }
165166
langchain-azure-storage = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-storage" }
167+
langchain-azure-postgresql = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-postgresql" }
166168
langchain-cerebras = { git = "https://github.com/langchain-ai/langchain-cerebras.git", subdirectory = "libs/cerebras" }
167169
langchain-cohere = { git = "https://github.com/langchain-ai/langchain-cohere.git", subdirectory = "libs/cohere" }
168170
langchain-db2 = { git = "https://github.com/langchain-ai/langchain-ibm.git", subdirectory = "libs/langchain-db2" }

reference/python/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ dependencies = [
5959
"langchain-azure-ai",
6060
#"langchain-azure-dynamic-sessions",
6161
"langchain-azure-storage",
62+
"langchain-azure-postgresql",
6263
"langchain-cerebras",
6364
"langchain-cohere",
6465
"langchain-db2",
@@ -163,6 +164,7 @@ langchain-aws = { git = "https://github.com/langchain-ai/langchain-aws.git", sub
163164
langchain-azure-ai = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-ai" }
164165
langchain-azure-dynamic-sessions = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-dynamic-sessions" }
165166
langchain-azure-storage = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-storage" }
167+
langchain-azure-postgresql = { git = "https://github.com/langchain-ai/langchain-azure.git", subdirectory = "libs/azure-postgresql" }
166168
langchain-cerebras = { git = "https://github.com/langchain-ai/langchain-cerebras.git", subdirectory = "libs/cerebras" }
167169
langchain-cohere = { git = "https://github.com/langchain-ai/langchain-cohere.git", subdirectory = "libs/cohere" }
168170
langchain-db2 = { git = "https://github.com/langchain-ai/langchain-ibm.git", subdirectory = "libs/langchain-db2" }

0 commit comments

Comments
 (0)