mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
Bug: areindex and adrop_vector_index in AsyncPGVectorStore ignore the specified schema
#100
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?
Originally created by @li-qingchen on GitHub (Dec 8, 2025).
Checked other resources
There's a PR #222 that fixes this bug, but it hasn't been merged.
Example Code
Error Message and Stack Trace (if applicable)
Description
When a database schema is specified, areindex and adrop_vector_index in AsyncPGVectorStore do not take effect.
The issue can be directly reproduced with the example code below.
@dishaprakash commented on GitHub (Dec 11, 2025):
@qingchen177 Thank you for opening this detailed bug! We will review the PR and update this thread.