[PR #112] [MERGED] patch: revert unreleased upsert change #167

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langchain-postgres/pull/112
Author: @eyurtsev
Created: 9/12/2024
Status: Merged
Merged: 9/12/2024
Merged by: @eyurtsev

Base: mainHead: eugene/revert_uspert_change


📝 Commits (6)

📊 Changes

3 files changed (+1095 additions, -1200 deletions)

View changed files

📝 langchain_postgres/vectorstores.py (+72 -65)
📝 poetry.lock (+1021 -1134)
📝 pyproject.toml (+2 -1)

📄 Description

  • this change has not been released yet.
  • add_documents and add_texts can be used instead of the upsert method. The semantics for those methods ARE upsert semantics when an ID is 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/112 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/revert_uspert_change` --- ### 📝 Commits (6) - [`3efd3f1`](https://github.com/langchain-ai/langchain-postgres/commit/3efd3f1fb32b2e5712c04813223a5f9e13e15a27) x - [`1f97632`](https://github.com/langchain-ai/langchain-postgres/commit/1f97632b23c6e05df83828952c038e05c03b87fa) update - [`eea8c27`](https://github.com/langchain-ai/langchain-postgres/commit/eea8c275f29d240e1080b4d6256af280b5a41787) x - [`d2fff2c`](https://github.com/langchain-ai/langchain-postgres/commit/d2fff2c34caa409e448d9aa4602a695dcd74fdd2) lint - [`ba135ae`](https://github.com/langchain-ai/langchain-postgres/commit/ba135aeafd0d8bcb53faa54af2ac8fb9a42607fe) x - [`4503c2b`](https://github.com/langchain-ai/langchain-postgres/commit/4503c2b5ef9c2a101758ccc2ab6c117d584ddcf8) x ### 📊 Changes **3 files changed** (+1095 additions, -1200 deletions) <details> <summary>View changed files</summary> 📝 `langchain_postgres/vectorstores.py` (+72 -65) 📝 `poetry.lock` (+1021 -1134) 📝 `pyproject.toml` (+2 -1) </details> ### 📄 Description * this change has not been released yet. * add_documents and add_texts can be used instead of the upsert method. The semantics for those methods ARE upsert semantics when an ID is 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:16:49 -05:00
yindo closed this issue 2026-02-16 05:16:49 -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#167