[PR #195] [MERGED] feat: add drop table #223

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/195
Author: @averikitsch
Created: 4/9/2025
Status: Merged
Merged: 4/15/2025
Merged by: @averikitsch

Base: mainHead: drop-table


📝 Commits (3)

📊 Changes

5 files changed (+68 additions, -10 deletions)

View changed files

📝 examples/pg_vectorstore.ipynb (+20 -0)
📝 examples/pg_vectorstore_how_to.ipynb (+11 -5)
📝 langchain_postgres/v2/engine.py (+32 -0)
📝 tests/unit_tests/v2/test_async_pg_vectorstore.py (+2 -2)
📝 tests/unit_tests/v2/test_async_pg_vectorstore_search.py (+3 -3)

📄 Description

No description provided


🔄 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/195 **Author:** [@averikitsch](https://github.com/averikitsch) **Created:** 4/9/2025 **Status:** ✅ Merged **Merged:** 4/15/2025 **Merged by:** [@averikitsch](https://github.com/averikitsch) **Base:** `main` ← **Head:** `drop-table` --- ### 📝 Commits (3) - [`54d8149`](https://github.com/langchain-ai/langchain-postgres/commit/54d8149c93f69f520630a3ba0468cc1958baefde) move method - [`c3ac328`](https://github.com/langchain-ai/langchain-postgres/commit/c3ac328a8b41540098b5bdd202039974ee2a9e77) fix tests - [`f6dd297`](https://github.com/langchain-ai/langchain-postgres/commit/f6dd2972f50eb43ec7265c8286ad28871146d920) Update docs ### 📊 Changes **5 files changed** (+68 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `examples/pg_vectorstore.ipynb` (+20 -0) 📝 `examples/pg_vectorstore_how_to.ipynb` (+11 -5) 📝 `langchain_postgres/v2/engine.py` (+32 -0) 📝 `tests/unit_tests/v2/test_async_pg_vectorstore.py` (+2 -2) 📝 `tests/unit_tests/v2/test_async_pg_vectorstore_search.py` (+3 -3) </details> ### 📄 Description _No description provided_ --- <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:01 -05:00
yindo closed this issue 2026-02-16 05:17:01 -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#223