[PR #270] [MERGED] fix: reindex&drop_index without schema #272

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/270
Author: @li-qingchen
Created: 12/8/2025
Status: Merged
Merged: 12/11/2025
Merged by: @dishaprakash

Base: mainHead: fix/reindex&drop_index_without_schema


📝 Commits (1)

  • b07d644 fix: reindex&drop_index without schema

📊 Changes

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

View changed files

📝 langchain_postgres/v2/async_vectorstore.py (+2 -2)

📄 Description

Summary

When a database schema is specified, areindex and adrop_vector_index in AsyncPGVectorStore do not take effect.

Fixes: #269


🔄 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/270 **Author:** [@li-qingchen](https://github.com/li-qingchen) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@dishaprakash](https://github.com/dishaprakash) **Base:** `main` ← **Head:** `fix/reindex&drop_index_without_schema` --- ### 📝 Commits (1) - [`b07d644`](https://github.com/langchain-ai/langchain-postgres/commit/b07d644645fe60a4f445440277dcbe72882e6b40) fix: reindex&drop_index without schema ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/v2/async_vectorstore.py` (+2 -2) </details> ### 📄 Description ### Summary When a database schema is specified, areindex and adrop_vector_index in AsyncPGVectorStore do not take effect. Fixes: #269 --- <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:11 -05:00
yindo closed this issue 2026-02-16 05:17:11 -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#272