[PR #3909] [MERGED] Fix wrong default port of postgres DB in short term memory docs #3919

Closed
opened 2026-06-05 18:53:35 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3909
Author: @Yacklin
Created: 5/7/2026
Status: Merged
Merged: 5/7/2026
Merged by: @mdrxy

Base: mainHead: main


📝 Commits (1)

  • 68a2c6c Fix wrong default port of postgres DB in short term memory docs

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 src/oss/langchain/short-term-memory.mdx (+2 -2)

📄 Description

Overview

Fix the wrong default port number of postgres DB in the short term memory docs

Type of change

Update existing documentation / Fix typo/bug/link/formatting

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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

(Internal team members only / optional): Create a preview deployment as necessary using the Create Preview Branch workflow

Additional notes

from the docs of postgres db
image


🔄 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/3909 **Author:** [@Yacklin](https://github.com/Yacklin) **Created:** 5/7/2026 **Status:** ✅ Merged **Merged:** 5/7/2026 **Merged by:** [@mdrxy](https://github.com/mdrxy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`68a2c6c`](https://github.com/langchain-ai/docs/commit/68a2c6cb6600195bd7538f0c6d89fc3c1877f708) Fix wrong default port of postgres DB in short term memory docs ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langchain/short-term-memory.mdx` (+2 -2) </details> ### 📄 Description ## Overview Fix the wrong default port number of postgres DB in the short term memory docs ## Type of change Update existing documentation / Fix typo/bug/link/formatting ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [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 (Internal team members only / optional): Create a preview deployment as necessary using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> from the docs of postgres db <img width="416" height="75" alt="image" src="https://github.com/user-attachments/assets/77c10136-9848-4de9-b239-8d5e59260eae" /> --- <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-06-05 18:53:35 -04:00
yindo closed this issue 2026-06-05 18:53:35 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3919