mirror of
https://github.com/langchain-ai/langchain-postgres.git
synced 2026-07-16 01:33:18 -04:00
[PR #222] [CLOSED] Fixed the bug of reindex and drop_index when specifying the schema #245
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/222
Author: @zhcn000000
Created: 6/26/2025
Status: ❌ Closed
Base:
main← Head:main📝 Commits (6)
c50b8a8Remove wrong async9629defMerge branch 'main' into mainb487335Merge branch 'langchain-ai:main' into main2841f25Add feature use_jsonb25c8cc2Add feature use_jsonbfc8e9ceFix 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.