mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 09:54:28 -04:00
[PR #270] [MERGED] fix: reindex&drop_index without schema #272
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:fix/reindex&drop_index_without_schema📝 Commits (1)
b07d644fix: 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.