[PR #222] [CLOSED] Fixed the bug of reindex and drop_index when specifying the schema #245

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/222
Author: @zhcn000000
Created: 6/26/2025
Status: Closed

Base: mainHead: main


📝 Commits (6)

  • c50b8a8 Remove wrong async
  • 9629def Merge branch 'main' into main
  • b487335 Merge branch 'langchain-ai:main' into main
  • 2841f25 Add feature use_jsonb
  • 25c8cc2 Add feature use_jsonb
  • fc8e9ce Fix bug on reindex and drop index when schema set

📊 Changes

2 files changed (+25 additions, -19 deletions)

View changed files

📝 langchain_postgres/v2/async_vectorstore.py (+10 -18)
📝 langchain_postgres/v2/engine.py (+15 -1)

📄 Description

Fixed the bug of reindex and drop_index when specifying the schema and
Add the use_jsonb parameter to PGEngine for storing metadata using JSONB , and the default value is False


🔄 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/langchain-postgres/pull/222 **Author:** [@zhcn000000](https://github.com/zhcn000000) **Created:** 6/26/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (6) - [`c50b8a8`](https://github.com/langchain-ai/langchain-postgres/commit/c50b8a8f84fb1c7a3dfb23f28068080e1baeeb3f) Remove wrong async - [`9629def`](https://github.com/langchain-ai/langchain-postgres/commit/9629def2a08955dc5bf1a061637753e836034872) Merge branch 'main' into main - [`b487335`](https://github.com/langchain-ai/langchain-postgres/commit/b487335316f505576ac2a4a06568f98505438465) Merge branch 'langchain-ai:main' into main - [`2841f25`](https://github.com/langchain-ai/langchain-postgres/commit/2841f25e285b850af4e50e864813a9653fbd079b) Add feature use_jsonb - [`25c8cc2`](https://github.com/langchain-ai/langchain-postgres/commit/25c8cc2858e1ceb1d5e5a8ed5b9c93e864573f5e) Add feature use_jsonb - [`fc8e9ce`](https://github.com/langchain-ai/langchain-postgres/commit/fc8e9ce927d31a8c4fa4dfc04d13893701990d14) Fix bug on reindex and drop index when schema set ### 📊 Changes **2 files changed** (+25 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/v2/async_vectorstore.py` (+10 -18) 📝 `langchain_postgres/v2/engine.py` (+15 -1) </details> ### 📄 Description Fixed the bug of reindex and drop_index when specifying the schema and Add the use_jsonb parameter to PGEngine for storing metadata using JSONB , and the default value is False --- <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-16 05:17:05 -05:00
yindo closed this issue 2026-02-16 05:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langchain-postgres#245